#72305D

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

Shades of Palatinate Purple #72305D

Tints of Palatinate Purple #72305D

Color information

#72305D (or 0x72305D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 5D. RGB value is (114,48,93). Sum of RGB (Red+Green+Blue) = 114+48+93=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305D is #8DCFA2. Grayscale: #484848. Windows color (decimal): -9293731 or 6107250. OLE color: 6107250.

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

Color convert

RGB1144893-
CMYK00.580.180.55
HSL319.09º40.74%31.76%-
HSV(B)319.09º57.89%44.71%-
XYZ9.976.4811.08-
YUV72.86139.37157.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=44.71%
G=18.82%
B=36.47%

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
Decimal114489300.580.180.55319.0940.7431.76
Hex72305D03A123713f2920
Octal1626013507222674775140
Binary11100101100001011101011101010010110111100111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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