#762AAE

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

Shades of Royal Purple #762AAE

Tints of Royal Purple #762AAE

Color information

#762AAE (or 0x762AAE) is unknown color: approx Royal Purple. HEX triplet: 76, 2A and AE. RGB value is (118,42,174). Sum of RGB (Red+Green+Blue) = 118+42+174=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #762AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762AAE is #89D551. Grayscale: #4F4F4F. Windows color (decimal): -9033042 or 11414134. OLE color: 11414134.

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

Color convert

RGB11842174-
CMYK0.320.7600.32
HSL274.55º61.11%42.35%-
HSV(B)274.55º75.86%68.24%-
XYZ15.948.5640.86-
YUV79.77181.18155.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=35.33%
G=12.57%
B=52.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118421740.320.7600.32274.5561.1142.35
Hex762AAE204C0201133d2a
Octal16652256401140404237552
Binary11101101010101010111010000010011000100000100010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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