#72305B

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

Shades of Palatinate Purple #72305B

Tints of Palatinate Purple #72305B

Color information

#72305B (or 0x72305B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 30 and 5B. RGB value is (114,48,91). Sum of RGB (Red+Green+Blue) = 114+48+91=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72305B is #8DCFA4. Grayscale: #484848. Windows color (decimal): -9293733 or 5976178. OLE color: 5976178.

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

Color convert

RGB1144891-
CMYK00.580.200.55
HSL320.91º40.74%31.76%-
HSV(B)320.91º57.89%44.71%-
XYZ9.886.4510.62-
YUV72.64138.37157.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=45.06%
G=18.97%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114489100.580.200.55320.9140.7431.76
Hex72305B03A14371412920
Octal1626013307224675015140
Binary11100101100001011011011101010100110111101000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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