#76075B

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

Shades of Palatinate Purple #76075B

Tints of Palatinate Purple #76075B

Color information

#76075B (or 0x76075B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 07 and 5B. RGB value is (118,7,91). Sum of RGB (Red+Green+Blue) = 118+7+91=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075B is #89F8A4. Grayscale: #313131. Windows color (decimal): -9042085 or 5965686. OLE color: 5965686.

HSL color Cylindrical-coordinate representation of color #76075B: hue angle of 314.59º 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 #76075B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB118791-
CMYK00.940.230.54
HSL314.59º88.8%24.51%-
HSV(B)314.59º94.07%46.27%-
XYZ9.444.7610.32-
YUV49.76151.27176.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=54.63%
G=3.24%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11879100.940.230.54314.5988.824.51
Hex7675B05E173613b5919
Octal16671330136276647313131
Binary111011011110110110101111010111110110100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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