#72135E

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

Shades of Palatinate Purple #72135E

Tints of Palatinate Purple #72135E

Color information

#72135E (or 0x72135E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 13 and 5E. RGB value is (114,19,94). Sum of RGB (Red+Green+Blue) = 114+19+94=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72135E is #8DECA1. Grayscale: #373737. Windows color (decimal): -9301154 or 6165362. OLE color: 6165362.

HSL color Cylindrical-coordinate representation of color #72135E: hue angle of 312.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72135E is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1141994-
CMYK00.830.180.55
HSL312.63º71.43%26.08%-
HSV(B)312.63º83.33%44.71%-
XYZ9.194.8511.04-
YUV55.96149.47169.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=50.22%
G=8.37%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114199400.830.180.55312.6371.4326.08
Hex72135E0531237139471a
Octal162231360123226747110732
Binary11100101001110111100101001110010110111100111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,19,94); }

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

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

 a { background-color: rgb(114,19,94); }

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

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

 span { border-color: rgb(114,19,94); }

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