#76215E

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

Shades of Palatinate Purple #76215E

Tints of Palatinate Purple #76215E

Color information

#76215E (or 0x76215E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 5E. RGB value is (118,33,94). Sum of RGB (Red+Green+Blue) = 118+33+94=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76215E is #89DEA1. Grayscale: #414141. Windows color (decimal): -9035426 or 6168950. OLE color: 6168950.

HSL color Cylindrical-coordinate representation of color #76215E: hue angle of 316.94º 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 #76215E is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1183394-
CMYK00.720.200.54
HSL316.94º56.29%29.61%-
HSV(B)316.94º72.03%46.27%-
XYZ10.045.7511.17-
YUV65.37144.16165.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=48.16%
G=13.47%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118339400.720.200.54316.9456.2929.61
Hex76215E048143613d381e
Octal16641136011024664757036
Binary11101101000011011110010010001010011011010011110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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