#72266E

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

Shades of Palatinate Purple #72266E

Tints of Palatinate Purple #72266E

Color information

#72266E (or 0x72266E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 6E. RGB value is (114,38,110). Sum of RGB (Red+Green+Blue) = 114+38+110=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72266E is #8DD991. Grayscale: #444444. Windows color (decimal): -9296274 or 7218802. OLE color: 7218802.

HSL color Cylindrical-coordinate representation of color #72266E: hue angle of 303.16º 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 #72266E is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11438110-
CMYK00.670.040.55
HSL303.16º50%29.8%-
HSV(B)303.16º66.67%44.71%-
XYZ10.456.0915.38-
YUV68.93151.18160.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=43.51%
G=14.50%
B=41.98%

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
Decimal1143811000.670.040.55303.165029.8
Hex72266E04343712f321e
Octal1624615601034674576236
Binary111001010011011011100100001110011011110010111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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