#762DAE

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

Shades of Royal Purple #762DAE

Tints of Royal Purple #762DAE

Color information

#762DAE (or 0x762DAE) is unknown color: approx Royal Purple. HEX triplet: 76, 2D and AE. RGB value is (118,45,174). Sum of RGB (Red+Green+Blue) = 118+45+174=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #762DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762DAE is #89D251. Grayscale: #515151. Windows color (decimal): -9032274 or 11414902. OLE color: 11414902.

HSL color Cylindrical-coordinate representation of color #762DAE: hue angle of 273.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762DAE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11845174-
CMYK0.320.7400.32
HSL273.95º58.9%42.94%-
HSV(B)273.95º74.14%68.24%-
XYZ16.058.7840.89-
YUV81.53180.18154.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=35.01%
G=13.35%
B=51.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118451740.320.7400.32273.9558.942.94
Hex762DAE204A0201123b2b
Octal16655256401120404227353
Binary11101101011011010111010000010010100100000100010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,174); }

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

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

 a { background-color: rgb(118,45,174); }

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

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

 span { border-color: rgb(118,45,174); }

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