#72285E

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

Shades of Palatinate Purple #72285E

Tints of Palatinate Purple #72285E

Color information

#72285E (or 0x72285E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 28 and 5E. RGB value is (114,40,94). Sum of RGB (Red+Green+Blue) = 114+40+94=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72285E is #8DD7A1. Grayscale: #444444. Windows color (decimal): -9295778 or 6170738. OLE color: 6170738.

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

Color convert

RGB1144094-
CMYK00.650.180.55
HSL316.22º48.05%30.2%-
HSV(B)316.22º64.91%44.71%-
XYZ9.725.911.22-
YUV68.28142.52160.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=45.97%
G=16.13%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114409400.650.180.55316.2248.0530.2
Hex72285E041123713c301e
Octal16250136010122674746036
Binary11100101010001011110010000011001011011110011110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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