#622272

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

Shades of Seance #622272

Tints of Seance #622272

Color information

#622272 (or 0x622272) is unknown color: approx Seance. HEX triplet: 62, 22 and 72. RGB value is (98,34,114). Sum of RGB (Red+Green+Blue) = 98+34+114=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #622272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622272 is #9DDD8D. Grayscale: #3D3D3D. Windows color (decimal): -10345870 or 7479906. OLE color: 7479906.

HSL color Cylindrical-coordinate representation of color #622272: hue angle of 288º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #622272 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9834114-
CMYK0.140.7000.55
HSL288º54.05%29.02%-
HSV(B)288º70.18%44.71%-
XYZ8.654.9616.42-
YUV62.26157.2153.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=39.84%
G=13.82%
B=46.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98341140.140.7000.5528854.0529.02
Hex622272E46037120361d
Octal14242162161060674406635
Binary1100010100010111001011101000110011011110010000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622272; }

 p { color: rgb(98,34,114); }

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

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

 a { background-color: rgb(98,34,114); }

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

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

 span { border-color: rgb(98,34,114); }

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