#770c5c

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

Shades of Palatinate Purple #770C5C

Tints of Palatinate Purple #770C5C

Color information

#770C5C (or 0x770C5C) is unknown color: approx Palatinate Purple. HEX triplet: 77, 0C and 5C. RGB value is (119,12,92). Sum of RGB (Red+Green+Blue) = 119+12+92=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C5C is #88F3A3. Grayscale: #343434. Windows color (decimal): -8975268 or 6032503. OLE color: 6032503.

HSL color Cylindrical-coordinate representation of color #770C5C: hue angle of 315.14º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C5C is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1191292-
CMYK00.900.230.53
HSL315.14º81.68%25.69%-
HSV(B)315.14º89.92%46.67%-
XYZ9.674.9610.57-
YUV53.11149.95175-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=53.36%
G=5.38%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119129200.900.230.53315.1481.6825.69
Hex77C5C05A173513b521a
Octal167141340132276547312232
Binary1110111110010111000101101010111110101100111011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770c5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770c5c; }

 p { color: rgb(119,12,92); }

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

<style>
 a { background-color: #770c5c; }

 a { background-color: rgb(119,12,92); }

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

<style>
 span { border-color: #770c5c; }

 span { border-color: rgb(119,12,92); }

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