#72175B

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

Shades of Palatinate Purple #72175B

Tints of Palatinate Purple #72175B

Color information

#72175B (or 0x72175B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 17 and 5B. RGB value is (114,23,91). Sum of RGB (Red+Green+Blue) = 114+23+91=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72175B is #8DE8A4. Grayscale: #393939. Windows color (decimal): -9300133 or 5969778. OLE color: 5969778.

HSL color Cylindrical-coordinate representation of color #72175B: hue angle of 315.16º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72175B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1142391-
CMYK00.800.200.55
HSL315.16º66.42%26.86%-
HSV(B)315.16º79.82%44.71%-
XYZ9.134.9510.37-
YUV57.96146.65167.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=50%
G=10.09%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114239100.800.200.55315.1666.4226.86
Hex72175B050143713b421b
Octal162271330120246747310233
Binary11100101011110110110101000010100110111100111011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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