#72396A

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

Shades of Palatinate Purple #72396A

Tints of Palatinate Purple #72396A

Color information

#72396A (or 0x72396A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 39 and 6A. RGB value is (114,57,106). Sum of RGB (Red+Green+Blue) = 114+57+106=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72396A is #8DC695. Grayscale: #4F4F4F. Windows color (decimal): -9291414 or 6961522. OLE color: 6961522.

HSL color Cylindrical-coordinate representation of color #72396A: hue angle of 308.42º 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 #72396A is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11457106-
CMYK00.500.070.55
HSL308.42º33.33%33.53%-
HSV(B)308.42º50%44.71%-
XYZ117.5414.51-
YUV79.63142.88152.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=41.16%
G=20.58%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145710600.500.070.55308.4233.3333.53
Hex72396A0327371342122
Octal162711520627674644142
Binary111001011100111010100110010111110111100110100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72396A; }

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

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

<style>
 a { background-color: #72396A; }

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

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

<style>
 span { border-color: #72396A; }

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

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