#72085B

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

Shades of Palatinate Purple #72085B

Tints of Palatinate Purple #72085B

Color information

#72085B (or 0x72085B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 08 and 5B. RGB value is (114,8,91). Sum of RGB (Red+Green+Blue) = 114+8+91=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72085B is #8DF7A4. Grayscale: #303030. Windows color (decimal): -9303973 or 5965938. OLE color: 5965938.

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

Color convert

RGB114891-
CMYK00.930.200.55
HSL313.02º86.89%23.92%-
HSV(B)313.02º92.98%44.71%-
XYZ8.914.5110.3-
YUV49.16151.62174.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=53.52%
G=3.76%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11489100.930.200.55313.0286.8923.92
Hex7285B05D14371395718
Octal162101330135246747112730
Binary1110010100010110110101110110100110111100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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