#72266B

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

Shades of Palatinate Purple #72266B

Tints of Palatinate Purple #72266B

Color information

#72266B (or 0x72266B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 26 and 6B. RGB value is (114,38,107). Sum of RGB (Red+Green+Blue) = 114+38+107=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72266B is #8DD994. Grayscale: #444444. Windows color (decimal): -9296277 or 7022194. OLE color: 7022194.

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

Color convert

RGB11438107-
CMYK00.670.060.55
HSL305.53º50%29.8%-
HSV(B)305.53º66.67%44.71%-
XYZ10.296.0314.53-
YUV68.59149.68160.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=44.02%
G=14.67%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143810700.670.060.55305.535029.8
Hex72266B043637132321e
Octal1624615301036674626236
Binary111001010011011010110100001111011011110011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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