#72195E

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

Shades of Palatinate Purple #72195E

Tints of Palatinate Purple #72195E

Color information

#72195E (or 0x72195E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 5E. RGB value is (114,25,94). Sum of RGB (Red+Green+Blue) = 114+25+94=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #72195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72195E is #8DE6A1. Grayscale: #3B3B3B. Windows color (decimal): -9299618 or 6166898. OLE color: 6166898.

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

Color convert

RGB1142594-
CMYK00.780.180.55
HSL313.48º64.03%27.25%-
HSV(B)313.48º78.07%44.71%-
XYZ9.315.0811.08-
YUV59.48147.49166.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=48.93%
G=10.73%
B=40.34%

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
Decimal114259400.780.180.55313.4864.0327.25
Hex72195E04E1237139401b
Octal162311360116226747110033
Binary11100101100110111100100111010010110111100111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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