#72195F

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

Shades of Palatinate Purple #72195F

Tints of Palatinate Purple #72195F

Color information

#72195F (or 0x72195F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 5F. RGB value is (114,25,95). Sum of RGB (Red+Green+Blue) = 114+25+95=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195F is #8DE6A0. Grayscale: #3B3B3B. Windows color (decimal): -9299617 or 6232434. OLE color: 6232434.

HSL color Cylindrical-coordinate representation of color #72195F: hue angle of 312.81º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72195F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1142595-
CMYK00.780.170.55
HSL312.81º64.03%27.25%-
HSV(B)312.81º78.07%44.71%-
XYZ9.355.111.32-
YUV59.59147.99166.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=48.72%
G=10.68%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114259500.780.170.55312.8164.0327.25
Hex72195F04E1137139401b
Octal162311370116216747110033
Binary11100101100110111110100111010001110111100111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72195F; }

 p { color: rgb(114,25,95); }

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

<style>
 a { background-color: #72195F; }

 a { background-color: rgb(114,25,95); }

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

<style>
 span { border-color: #72195F; }

 span { border-color: rgb(114,25,95); }

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