Html Css Color HEX #621370 Seance

📋 copy color: '#621370'

red 98 ◦ green 19 ◦ blue 112

#621370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #621370

Tints of Seance #621370

RGB

 RED value IS 98 (38.67% from 255) = 42.79%

 GREEN value IS 19 (7.81% from 255) = 8.3%

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 42.79%
G = 8.3%
B = 48.91%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#621370 (or 0x621370) is known color: Seance. HEX triplet: 62, 13 and 70. RGB value is (98,19,112). Sum of RGB (Red+Green+Blue) = 98+19+112=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #621370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621370 is #9DEC8F. Grayscale: #343434. Windows color (decimal): -10349712 or 7344994. OLE color: 7344994.

HSL color Cylindrical-coordinate representation of color #621370: hue angle of 290.97º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621370 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 19 112 -
CMYK 0.13 0.83 0 0.56
HSL 290.97º 0.71% 0.26% -
HSV(B) 290.97º 0.83% 0.44% -
XYZ 8.19 4.23 15.71 -
YUV 53.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 98 19 112 0.13 0.83 0 0.56 290.97 0.71 0.26
Hex 62 13 70 D 53 0 38 123 47 1A
Octal 142 23 160 15 123 0 70 443 107 32
Binary 1100010 10011 1110000 1101 1010011 0 111000 100100011 1000111 11010

Color Harmonies of #621370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621370

Black with #621370

Text Example


Text Example

White with #621370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621370; }

 p { color: rgb(98,19,112); }

 H1.HeaderClassName
 {
   color: #621370;
 }
 .AnyTagClassName
 {
   color: #621370;
 }
</style>

background-color css

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

 a { background-color: rgb(98,19,112); }

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

border-color css

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

 span { border-color: rgb(98,19,112); }

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