#72155B

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

Shades of Palatinate Purple #72155B

Tints of Palatinate Purple #72155B

Color information

#72155B (or 0x72155B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 15 and 5B. RGB value is (114,21,91). Sum of RGB (Red+Green+Blue) = 114+21+91=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72155B is #8DEAA4. Grayscale: #383838. Windows color (decimal): -9300645 or 5969266. OLE color: 5969266.

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

Color convert

RGB1142191-
CMYK00.820.200.55
HSL314.84º68.89%26.47%-
HSV(B)314.84º81.58%44.71%-
XYZ9.14.8710.36-
YUV56.79147.31168.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=50.44%
G=9.29%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114219100.820.200.55314.8468.8926.47
Hex72155B052143713b451a
Octal162251330122246747310532
Binary11100101010110110110101001010100110111100111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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