#72246B

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

Shades of Palatinate Purple #72246B

Tints of Palatinate Purple #72246B

Color information

#72246B (or 0x72246B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 6B. RGB value is (114,36,107). Sum of RGB (Red+Green+Blue) = 114+36+107=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72246B is #8DDB94. Grayscale: #434343. Windows color (decimal): -9296789 or 7021682. OLE color: 7021682.

HSL color Cylindrical-coordinate representation of color #72246B: hue angle of 305.38º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72246B is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11436107-
CMYK00.680.060.55
HSL305.38º52%29.41%-
HSV(B)305.38º68.42%44.71%-
XYZ10.225.914.51-
YUV67.42150.34161.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=44.36%
G=14.01%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143610700.680.060.55305.385229.41
Hex72246B044637131341d
Octal1624415301046674616435
Binary111001010010011010110100010011011011110011000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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