Html Css Color HEX #620E70 Seance

📋 copy color: '#620E70'

red 98 ◦ green 14 ◦ blue 112

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

Shades of Seance #620E70

Tints of Seance #620E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

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

R = 43.75%
G = 6.25%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620E70 (or 0x620E70) is known color: Seance. HEX triplet: 62, 0E and 70. RGB value is (98,14,112). Sum of RGB (Red+Green+Blue) = 98+14+112=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #620E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E70 is #9DF18F. Grayscale: #313131. Windows color (decimal): -10350992 or 7343714. OLE color: 7343714.

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

Color convert

RGB 98 14 112 -
CMYK 0.13 0.88 0 0.56
HSL 291.43º 0.78% 0.25% -
HSV(B) 291.43º 0.88% 0.44% -
XYZ 8.12 4.08 15.69 -
YUV 50.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 98 14 112 0.13 0.88 0 0.56 291.43 0.78 0.25
Hex 62 E 70 D 58 0 38 123 4E 19
Octal 142 16 160 15 130 0 70 443 116 31
Binary 1100010 1110 1110000 1101 1011000 0 111000 100100011 1001110 11001

Color Harmonies of #620E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E70

Black with #620E70

Text Example


Text Example

White with #620E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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