#72155D

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

Shades of Palatinate Purple #72155D

Tints of Palatinate Purple #72155D

Color information

#72155D (or 0x72155D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 15 and 5D. RGB value is (114,21,93). Sum of RGB (Red+Green+Blue) = 114+21+93=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72155D is #8DEAA2. Grayscale: #383838. Windows color (decimal): -9300643 or 6100338. OLE color: 6100338.

HSL color Cylindrical-coordinate representation of color #72155D: hue angle of 313.55º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72155D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1142193-
CMYK00.820.180.55
HSL313.55º68.89%26.47%-
HSV(B)313.55º81.58%44.71%-
XYZ9.184.910.82-
YUV57.02148.31168.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=50%
G=9.21%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114219300.820.180.55313.5568.8926.47
Hex72155D052123713a451a
Octal162251350122226747210532
Binary11100101010110111010101001010010110111100111010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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