#72197A

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

Shades of Seance #72197A

Tints of Seance #72197A

Color information

#72197A (or 0x72197A) is unknown color: approx Seance. HEX triplet: 72, 19 and 7A. RGB value is (114,25,122). Sum of RGB (Red+Green+Blue) = 114+25+122=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #72197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72197A is #8DE685. Grayscale: #3E3E3E. Windows color (decimal): -9299590 or 8001906. OLE color: 8001906.

HSL color Cylindrical-coordinate representation of color #72197A: hue angle of 295.05º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72197A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11425122-
CMYK0.070.8000.52
HSL295.05º65.99%28.82%-
HSV(B)295.05º79.51%47.84%-
XYZ10.85.6818.94-
YUV62.67161.49164.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=43.68%
G=9.58%
B=46.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114251220.070.8000.52295.0565.9928.82
Hex72197A750034127421d
Octal16231172712006444710235
Binary111001011001111101011110100000110100100100111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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