#76215F

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

Shades of Palatinate Purple #76215F

Tints of Palatinate Purple #76215F

Color information

#76215F (or 0x76215F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 5F. RGB value is (118,33,95). Sum of RGB (Red+Green+Blue) = 118+33+95=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76215F is #89DEA0. Grayscale: #414141. Windows color (decimal): -9035425 or 6234486. OLE color: 6234486.

HSL color Cylindrical-coordinate representation of color #76215F: hue angle of 316.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76215F is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1183395-
CMYK00.720.190.54
HSL316.24º56.29%29.61%-
HSV(B)316.24º72.03%46.27%-
XYZ10.085.7711.41-
YUV65.48144.66165.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=47.97%
G=13.41%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118339500.720.190.54316.2456.2929.61
Hex76215F048133613c381e
Octal16641137011023664747036
Binary11101101000011011111010010001001111011010011110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76215F; }

 p { color: rgb(118,33,95); }

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

<style>
 a { background-color: #76215F; }

 a { background-color: rgb(118,33,95); }

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

<style>
 span { border-color: #76215F; }

 span { border-color: rgb(118,33,95); }

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