#72305E

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

Shades of Palatinate Purple #72305E

Tints of Palatinate Purple #72305E

Color information

#72305E (or 0x72305E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 5E. RGB value is (114,48,94). Sum of RGB (Red+Green+Blue) = 114+48+94=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305E is #8DCFA1. Grayscale: #484848. Windows color (decimal): -9293730 or 6172786. OLE color: 6172786.

HSL color Cylindrical-coordinate representation of color #72305E: hue angle of 318.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72305E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1144894-
CMYK00.580.180.55
HSL318.18º40.74%31.76%-
HSV(B)318.18º57.89%44.71%-
XYZ10.026.511.32-
YUV72.98139.87157.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=44.53%
G=18.75%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114489400.580.180.55318.1840.7431.76
Hex72305E03A123713e2920
Octal1626013607222674765140
Binary11100101100001011110011101010010110111100111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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