#762AA7

Color #762AA7 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #762AA7

Tints of Royal Purple #762AA7

Color information

#762AA7 (or 0x762AA7) is unknown color: approx Royal Purple. HEX triplet: 76, 2A and A7. RGB value is (118,42,167). Sum of RGB (Red+Green+Blue) = 118+42+167=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #762AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762AA7 is #89D558. Grayscale: #4E4E4E. Windows color (decimal): -9033049 or 10955382. OLE color: 10955382.

HSL color Cylindrical-coordinate representation of color #762AA7: hue angle of 276.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762AA7 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11842167-
CMYK0.290.7500.35
HSL276.48º59.81%40.98%-
HSV(B)276.48º74.85%65.49%-
XYZ15.278.337.36-
YUV78.97177.68155.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 167 (65.62% from 255) = 51.07%
R=36.09%
G=12.84%
B=51.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118421670.290.7500.35276.4859.8140.98
Hex762AA71D4B0231143c29
Octal16652247351130434247451
Binary1110110101010101001111110110010110100011100010100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762AA7; }

 p { color: rgb(118,42,167); }

 H1.HeaderClassName
 {
   color: #762AA7;
 }
 .AnyTagClassName
 {
   color: #762AA7;
 }
</style>
background-color css

<style>
 a { background-color: #762AA7; }

 a { background-color: rgb(118,42,167); }

 div.DivClassName
 {
   background-color: #762AA7;
 }
 .BgClassName
 {
   background-color: #762AA7;
 }
</style>
border-color css

<style>
 span { border-color: #762AA7; }

 span { border-color: rgb(118,42,167); }

 td.TdClassName
 {
   border-color: #762AA7;
 }
 .TagClassName
 {
   border-color: #762AA7;
 }
</style>