#72395F

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

Shades of Palatinate Purple #72395F

Tints of Palatinate Purple #72395F

Color information

#72395F (or 0x72395F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 39 and 5F. RGB value is (114,57,95). Sum of RGB (Red+Green+Blue) = 114+57+95=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #72395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72395F is #8DC6A0. Grayscale: #4E4E4E. Windows color (decimal): -9291425 or 6240626. OLE color: 6240626.

HSL color Cylindrical-coordinate representation of color #72395F: hue angle of 320º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72395F is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1145795-
CMYK00.500.170.55
HSL320º33.33%33.53%-
HSV(B)320º50%44.71%-
XYZ10.477.3311.69-
YUV78.37137.38153.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114579500.500.170.5532033.3333.53
Hex72395F03211371402122
Octal1627113706221675004142
Binary11100101110011011111011001010001110111101000000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72395F; }

 p { color: rgb(114,57,95); }

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

<style>
 a { background-color: #72395F; }

 a { background-color: rgb(114,57,95); }

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

<style>
 span { border-color: #72395F; }

 span { border-color: rgb(114,57,95); }

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