#72195D

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

Shades of Palatinate Purple #72195D

Tints of Palatinate Purple #72195D

Color information

#72195D (or 0x72195D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 5D. RGB value is (114,25,93). Sum of RGB (Red+Green+Blue) = 114+25+93=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195D is #8DE6A2. Grayscale: #3B3B3B. Windows color (decimal): -9299619 or 6101362. OLE color: 6101362.

HSL color Cylindrical-coordinate representation of color #72195D: hue angle of 314.16º 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 #72195D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1142593-
CMYK00.780.180.55
HSL314.16º64.03%27.25%-
HSV(B)314.16º78.07%44.71%-
XYZ9.265.0610.84-
YUV59.36146.99166.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=49.14%
G=10.78%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114259300.780.180.55314.1664.0327.25
Hex72195D04E123713a401b
Octal162311350116226747210033
Binary11100101100110111010100111010010110111100111010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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