#72256C

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

Shades of Palatinate Purple #72256C

Tints of Palatinate Purple #72256C

Color information

#72256C (or 0x72256C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 25 and 6C. RGB value is (114,37,108). Sum of RGB (Red+Green+Blue) = 114+37+108=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72256C is #8DDA93. Grayscale: #434343. Windows color (decimal): -9296532 or 7087474. OLE color: 7087474.

HSL color Cylindrical-coordinate representation of color #72256C: hue angle of 304.68º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72256C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11437108-
CMYK00.680.050.55
HSL304.68º50.99%29.61%-
HSV(B)304.68º67.54%44.71%-
XYZ10.315.9814.8-
YUV68.12150.51160.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=44.02%
G=14.29%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143710800.680.050.55304.6850.9929.61
Hex72256C044537131331e
Octal1624515401045674616336
Binary111001010010111011000100010010111011110011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,37,108); }

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

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

 a { background-color: rgb(114,37,108); }

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

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

 span { border-color: rgb(114,37,108); }

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