#77095E

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

Shades of Palatinate Purple #77095E

Tints of Palatinate Purple #77095E

Color information

#77095E (or 0x77095E) is unknown color: approx Palatinate Purple. HEX triplet: 77, 09 and 5E. RGB value is (119,9,94). Sum of RGB (Red+Green+Blue) = 119+9+94=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #77095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77095E is #88F6A1. Grayscale: #333333. Windows color (decimal): -8976034 or 6162807. OLE color: 6162807.

HSL color Cylindrical-coordinate representation of color #77095E: hue angle of 313.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77095E is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB119994-
CMYK00.920.210.53
HSL313.64º85.94%25.1%-
HSV(B)313.64º92.44%46.67%-
XYZ9.734.9311.03-
YUV51.58151.94176.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=53.60%
G=4.05%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11999400.920.210.53313.6485.9425.1
Hex7795E05C153513a5619
Octal167111360134256547212631
Binary1110111100110111100101110010101110101100111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,9,94); }

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

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

 a { background-color: rgb(119,9,94); }

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

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

 span { border-color: rgb(119,9,94); }

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