#76075C

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

Shades of Palatinate Purple #76075C

Tints of Palatinate Purple #76075C

Color information

#76075C (or 0x76075C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 07 and 5C. RGB value is (118,7,92). Sum of RGB (Red+Green+Blue) = 118+7+92=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075C is #89F8A3. Grayscale: #313131. Windows color (decimal): -9042084 or 6031222. OLE color: 6031222.

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

Color convert

RGB118792-
CMYK00.940.220.54
HSL314.05º88.8%24.51%-
HSV(B)314.05º94.07%46.27%-
XYZ9.484.7810.55-
YUV49.88151.77176.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=54.38%
G=3.23%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11879200.940.220.54314.0588.824.51
Hex7675C05E163613a5919
Octal16671340136266647213131
Binary111011011110111000101111010110110110100111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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