#76085C

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

Shades of Palatinate Purple #76085C

Tints of Palatinate Purple #76085C

Color information

#76085C (or 0x76085C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 08 and 5C. RGB value is (118,8,92). Sum of RGB (Red+Green+Blue) = 118+8+92=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085C is #89F7A3. Grayscale: #323232. Windows color (decimal): -9041828 or 6031478. OLE color: 6031478.

HSL color Cylindrical-coordinate representation of color #76085C: hue angle of 314.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76085C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB118892-
CMYK00.930.220.54
HSL314.18º87.3%24.71%-
HSV(B)314.18º93.22%46.27%-
XYZ9.494.810.55-
YUV50.47151.44176.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=54.13%
G=3.67%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11889200.930.220.54314.1887.324.71
Hex7685C05D163613a5719
Octal166101340135266647212731
Binary1110110100010111000101110110110110110100111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,8,92); }

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

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

 a { background-color: rgb(118,8,92); }

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

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

 span { border-color: rgb(118,8,92); }

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