#77369E

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

Shades of Royal Purple #77369E

Tints of Royal Purple #77369E

Color information

#77369E (or 0x77369E) is unknown color: approx Royal Purple. HEX triplet: 77, 36 and 9E. RGB value is (119,54,158). Sum of RGB (Red+Green+Blue) = 119+54+158=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #77369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77369E is #88C961. Grayscale: #545454. Windows color (decimal): -8964450 or 10368631. OLE color: 10368631.

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

Color convert

RGB11954158-
CMYK0.250.6600.38
HSL277.5º49.06%41.57%-
HSV(B)277.5º65.82%61.96%-
XYZ15.19.0333.29-
YUV85.29169.03152.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=35.95%
G=16.31%
B=47.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119541580.250.6600.38277.549.0641.57
Hex77369E1942026116312a
Octal16766236311020464266152
Binary1110111110110100111101100110000100100110100010110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,54,158); }

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

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

 a { background-color: rgb(119,54,158); }

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

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

 span { border-color: rgb(119,54,158); }

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