#77389C

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

Shades of Royal Purple #77389C

Tints of Royal Purple #77389C

Color information

#77389C (or 0x77389C) is unknown color: approx Royal Purple. HEX triplet: 77, 38 and 9C. RGB value is (119,56,156). Sum of RGB (Red+Green+Blue) = 119+56+156=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #77389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77389C is #88C763. Grayscale: #555555. Windows color (decimal): -8963940 or 10238071. OLE color: 10238071.

HSL color Cylindrical-coordinate representation of color #77389C: hue angle of 277.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77389C is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11956156-
CMYK0.240.6400.39
HSL277.8º47.17%41.57%-
HSV(B)277.8º64.1%61.18%-
XYZ15.029.1532.43-
YUV86.24167.37151.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 56 (22.27% from 255) = 16.92%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=35.95%
G=16.92%
B=47.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119561560.240.6400.39277.847.1741.57
Hex77389C18400271162f2a
Octal16770234301000474265752
Binary1110111111000100111001100010000000100111100010110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77389C; }

 p { color: rgb(119,56,156); }

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

<style>
 a { background-color: #77389C; }

 a { background-color: rgb(119,56,156); }

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

<style>
 span { border-color: #77389C; }

 span { border-color: rgb(119,56,156); }

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