#72266D

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

Shades of Palatinate Purple #72266D

Tints of Palatinate Purple #72266D

Color information

#72266D (or 0x72266D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 6D. RGB value is (114,38,109). Sum of RGB (Red+Green+Blue) = 114+38+109=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72266D is #8DD992. Grayscale: #444444. Windows color (decimal): -9296275 or 7153266. OLE color: 7153266.

HSL color Cylindrical-coordinate representation of color #72266D: hue angle of 303.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72266D is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11438109-
CMYK00.670.040.55
HSL303.95º50%29.8%-
HSV(B)303.95º66.67%44.71%-
XYZ10.396.0715.09-
YUV68.82150.68160.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=43.68%
G=14.56%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143810900.670.040.55303.955029.8
Hex72266D043437130321e
Octal1624615501034674606236
Binary111001010011011011010100001110011011110011000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72266D; }

 p { color: rgb(114,38,109); }

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

<style>
 a { background-color: #72266D; }

 a { background-color: rgb(114,38,109); }

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

<style>
 span { border-color: #72266D; }

 span { border-color: rgb(114,38,109); }

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