#72105B

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

Shades of Palatinate Purple #72105B

Tints of Palatinate Purple #72105B

Color information

#72105B (or 0x72105B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 10 and 5B. RGB value is (114,16,91). Sum of RGB (Red+Green+Blue) = 114+16+91=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72105B is #8DEFA4. Grayscale: #353535. Windows color (decimal): -9301925 or 5967986. OLE color: 5967986.

HSL color Cylindrical-coordinate representation of color #72105B: hue angle of 314.08º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72105B is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1141691-
CMYK00.860.200.55
HSL314.08º75.38%25.49%-
HSV(B)314.08º85.96%44.71%-
XYZ9.014.710.33-
YUV53.85148.97170.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=51.58%
G=7.24%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114169100.860.200.55314.0875.3825.49
Hex72105B056143713a4b19
Octal162201330126246747211331
Binary11100101000010110110101011010100110111100111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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