Html Css Color HEX #621970 Seance

📋 copy color: '#621970'

red 98 ◦ green 25 ◦ blue 112

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

Shades of Seance #621970

Tints of Seance #621970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.64%

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

R = 41.7%
G = 10.64%
B = 47.66%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#621970 (or 0x621970) is known color: Seance. HEX triplet: 62, 19 and 70. RGB value is (98,25,112). Sum of RGB (Red+Green+Blue) = 98+25+112=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #621970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621970 is #9DE68F. Grayscale: #383838. Windows color (decimal): -10348176 or 7346530. OLE color: 7346530.

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

Color convert

RGB 98 25 112 -
CMYK 0.13 0.78 0 0.56
HSL 290.34º 0.64% 0.27% -
HSV(B) 290.34º 0.78% 0.44% -
XYZ 8.31 4.46 15.75 -
YUV 56.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 98 25 112 0.13 0.78 0 0.56 290.34 0.64 0.27
Hex 62 19 70 D 4E 0 38 122 40 1B
Octal 142 31 160 15 116 0 70 442 100 33
Binary 1100010 11001 1110000 1101 1001110 0 111000 100100010 1000000 11011

Color Harmonies of #621970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621970

Black with #621970

Text Example


Text Example

White with #621970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621970; }

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

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

background-color css

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

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

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

border-color css

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

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

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