#622073

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

Shades of Seance #622073

Tints of Seance #622073

Color information

#622073 (or 0x622073) is unknown color: approx Seance. HEX triplet: 62, 20 and 73. RGB value is (98,32,115). Sum of RGB (Red+Green+Blue) = 98+32+115=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #622073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622073 is #9DDF8C. Grayscale: #3C3C3C. Windows color (decimal): -10346381 or 7544930. OLE color: 7544930.

HSL color Cylindrical-coordinate representation of color #622073: hue angle of 287.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #622073 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9832115-
CMYK0.150.7200.55
HSL287.71º56.46%28.82%-
HSV(B)287.71º72.17%45.1%-
XYZ8.654.8716.7-
YUV61.2158.37154.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=40%
G=13.06%
B=46.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98321150.150.7200.55287.7156.4628.82
Hex622073F48037120381d
Octal14240163171100674407035
Binary1100010100000111001111111001000011011110010000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622073; }

 p { color: rgb(98,32,115); }

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

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

 a { background-color: rgb(98,32,115); }

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

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

 span { border-color: rgb(98,32,115); }

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