#722970

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

Shades of Seance #722970

Tints of Seance #722970

Color information

#722970 (or 0x722970) is unknown color: approx Seance. HEX triplet: 72, 29 and 70. RGB value is (114,41,112). Sum of RGB (Red+Green+Blue) = 114+41+112=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #722970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722970 is #8DD68F. Grayscale: #464646. Windows color (decimal): -9295504 or 7350642. OLE color: 7350642.

HSL color Cylindrical-coordinate representation of color #722970: hue angle of 301.64º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722970 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11441112-
CMYK00.640.020.55
HSL301.64º47.1%30.39%-
HSV(B)301.64º64.04%44.71%-
XYZ10.666.3315.99-
YUV70.92151.18158.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=42.70%
G=15.36%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144111200.640.020.55301.6447.130.39
Hex72297004023712e2f1e
Octal1625116001002674565736
Binary11100101010011110000010000001011011110010111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722970; }

 p { color: rgb(114,41,112); }

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

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

 a { background-color: rgb(114,41,112); }

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

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

 span { border-color: rgb(114,41,112); }

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