#762BA8

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

Shades of Royal Purple #762BA8

Tints of Royal Purple #762BA8

Color information

#762BA8 (or 0x762BA8) is unknown color: approx Royal Purple. HEX triplet: 76, 2B and A8. RGB value is (118,43,168). Sum of RGB (Red+Green+Blue) = 118+43+168=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #762BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762BA8 is #89D457. Grayscale: #4F4F4F. Windows color (decimal): -9032792 or 11021174. OLE color: 11021174.

HSL color Cylindrical-coordinate representation of color #762BA8: hue angle of 276º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762BA8 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11843168-
CMYK0.300.7400.34
HSL276º59.24%41.37%-
HSV(B)276º74.4%65.88%-
XYZ15.48.4137.86-
YUV79.68177.85155.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 43 (17.19% from 255) = 13.07%
BLUE value IS 168 (66.02% from 255) = 51.06%
R=35.87%
G=13.07%
B=51.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118431680.300.7400.3427659.2441.37
Hex762BA81E4A0221143b29
Octal16653250361120424247351
Binary1110110101011101010001111010010100100010100010100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,168); }

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

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

 a { background-color: rgb(118,43,168); }

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

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

 span { border-color: rgb(118,43,168); }

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