Html Css Color HEX #620E71 Seance

📋 copy color: '#620E71'

red 98 ◦ green 14 ◦ blue 113

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

Shades of Seance #620E71

Tints of Seance #620E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 43.56%
G = 6.22%
B = 50.22%

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

#620E71 (or 0x620E71) is known color: Seance. HEX triplet: 62, 0E and 71. RGB value is (98,14,113). Sum of RGB (Red+Green+Blue) = 98+14+113=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #620E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620E71 is #9DF18E. Grayscale: #323232. Windows color (decimal): -10350991 or 7409250. OLE color: 7409250.

HSL color Cylindrical-coordinate representation of color #620E71: hue angle of 290.91º 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 #620E71 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 14 113 -
CMYK 0.13 0.88 0 0.56
HSL 290.91º 0.78% 0.25% -
HSV(B) 290.91º 0.88% 0.44% -
XYZ 8.17 4.1 15.98 -
YUV 50.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 98 14 113 0.13 0.88 0 0.56 290.91 0.78 0.25
Hex 62 E 71 D 58 0 38 123 4E 19
Octal 142 16 161 15 130 0 70 443 116 31
Binary 1100010 1110 1110001 1101 1011000 0 111000 100100011 1001110 11001

Color Harmonies of #620E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E71

Black with #620E71

Text Example


Text Example

White with #620E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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