#72285B

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

Shades of Palatinate Purple #72285B

Tints of Palatinate Purple #72285B

Color information

#72285B (or 0x72285B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 28 and 5B. RGB value is (114,40,91). Sum of RGB (Red+Green+Blue) = 114+40+91=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72285B is #8DD7A4. Grayscale: #434343. Windows color (decimal): -9295781 or 5974130. OLE color: 5974130.

HSL color Cylindrical-coordinate representation of color #72285B: hue angle of 318.65º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72285B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1144091-
CMYK00.650.200.55
HSL318.65º48.05%30.2%-
HSV(B)318.65º64.91%44.71%-
XYZ9.595.8510.52-
YUV67.94141.02160.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=46.53%
G=16.33%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114409100.650.200.55318.6548.0530.2
Hex72285B041143713f301e
Octal16250133010124674776036
Binary11100101010001011011010000011010011011110011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,40,91); }

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

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

 a { background-color: rgb(114,40,91); }

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

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

 span { border-color: rgb(114,40,91); }

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