#72125A

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

Shades of Palatinate Purple #72125A

Tints of Palatinate Purple #72125A

Color information

#72125A (or 0x72125A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 12 and 5A. RGB value is (114,18,90). Sum of RGB (Red+Green+Blue) = 114+18+90=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72125A is #8DEDA5. Grayscale: #363636. Windows color (decimal): -9301414 or 5902962. OLE color: 5902962.

HSL color Cylindrical-coordinate representation of color #72125A: hue angle of 315º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72125A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1141890-
CMYK00.840.210.55
HSL315º72.73%25.88%-
HSV(B)315º84.21%44.71%-
XYZ94.7510.11-
YUV54.91147.8170.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=51.35%
G=8.11%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114189000.840.210.5531572.7325.88
Hex72125A054153713b491a
Octal162221320124256747311132
Binary11100101001010110100101010010101110111100111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72125A; }

 p { color: rgb(114,18,90); }

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

<style>
 a { background-color: #72125A; }

 a { background-color: rgb(114,18,90); }

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

<style>
 span { border-color: #72125A; }

 span { border-color: rgb(114,18,90); }

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