#72095A

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

Shades of Palatinate Purple #72095A

Tints of Palatinate Purple #72095A

Color information

#72095A (or 0x72095A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 09 and 5A. RGB value is (114,9,90). Sum of RGB (Red+Green+Blue) = 114+9+90=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72095A is #8DF6A5. Grayscale: #313131. Windows color (decimal): -9303718 or 5900658. OLE color: 5900658.

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

Color convert

RGB114990-
CMYK00.920.210.55
HSL313.71º85.37%24.12%-
HSV(B)313.71º92.11%44.71%-
XYZ8.884.5110.08-
YUV49.63150.79173.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=53.52%
G=4.23%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11499000.920.210.55313.7185.3724.12
Hex7295A05C153713a5518
Octal162111320134256747212530
Binary1110010100110110100101110010101110111100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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