#76329E

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

Shades of Royal Purple #76329E

Tints of Royal Purple #76329E

Color information

#76329E (or 0x76329E) is unknown color: approx Royal Purple. HEX triplet: 76, 32 and 9E. RGB value is (118,50,158). Sum of RGB (Red+Green+Blue) = 118+50+158=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #76329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76329E is #89CD61. Grayscale: #525252. Windows color (decimal): -9031010 or 10367606. OLE color: 10367606.

HSL color Cylindrical-coordinate representation of color #76329E: hue angle of 277.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76329E is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11850158-
CMYK0.250.6800.38
HSL277.78º51.92%40.78%-
HSV(B)277.78º68.35%61.96%-
XYZ14.788.633.23-
YUV82.64170.53153.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=36.20%
G=15.34%
B=48.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118501580.250.6800.38277.7851.9240.78
Hex76329E19440261163429
Octal16662236311040464266451
Binary1110110110010100111101100110001000100110100010110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76329E; }

 p { color: rgb(118,50,158); }

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

<style>
 a { background-color: #76329E; }

 a { background-color: rgb(118,50,158); }

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

<style>
 span { border-color: #76329E; }

 span { border-color: rgb(118,50,158); }

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