#71215A

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

Shades of Palatinate Purple #71215A

Tints of Palatinate Purple #71215A

Color information

#71215A (or 0x71215A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 5A. RGB value is (113,33,90). Sum of RGB (Red+Green+Blue) = 113+33+90=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #71215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71215A is #8EDEA5. Grayscale: #3F3F3F. Windows color (decimal): -9363110 or 5906801. OLE color: 5906801.

HSL color Cylindrical-coordinate representation of color #71215A: hue angle of 317.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71215A is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1133390-
CMYK00.710.200.56
HSL317.25º54.79%28.63%-
HSV(B)317.25º70.8%44.31%-
XYZ9.25.3410.22-
YUV63.42143163.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=47.88%
G=13.98%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113339000.710.200.56317.2554.7928.63
Hex71215A047143813d371d
Octal16141132010724704756735
Binary11100011000011011010010001111010011100010011110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71215A; }

 p { color: rgb(113,33,90); }

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

<style>
 a { background-color: #71215A; }

 a { background-color: rgb(113,33,90); }

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

<style>
 span { border-color: #71215A; }

 span { border-color: rgb(113,33,90); }

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