#76215C

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

Shades of Palatinate Purple #76215C

Tints of Palatinate Purple #76215C

Color information

#76215C (or 0x76215C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 21 and 5C. RGB value is (118,33,92). Sum of RGB (Red+Green+Blue) = 118+33+92=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76215C is #89DEA3. Grayscale: #404040. Windows color (decimal): -9035428 or 6037878. OLE color: 6037878.

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

Color convert

RGB1183392-
CMYK00.720.220.54
HSL318.35º56.29%29.61%-
HSV(B)318.35º72.03%46.27%-
XYZ9.955.7110.7-
YUV65.14143.16165.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=48.56%
G=13.58%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118339200.720.220.54318.3556.2929.61
Hex76215C048163613e381e
Octal16641134011026664767036
Binary11101101000011011100010010001011011011010011111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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