Html Css Color HEX #620F71 Seance

📋 copy color: '#620F71'

red 98 ◦ green 15 ◦ blue 113

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

Shades of Seance #620F71

Tints of Seance #620F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

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

R = 43.36%
G = 6.64%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#620F71 (or 0x620F71) is known color: Seance. HEX triplet: 62, 0F and 71. RGB value is (98,15,113). Sum of RGB (Red+Green+Blue) = 98+15+113=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #620F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F71 is #9DF08E. Grayscale: #323232. Windows color (decimal): -10350735 or 7409506. OLE color: 7409506.

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

Color convert

RGB 98 15 113 -
CMYK 0.13 0.87 0 0.56
HSL 290.82º 0.77% 0.25% -
HSV(B) 290.82º 0.87% 0.44% -
XYZ 8.19 4.13 15.99 -
YUV 50.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 98 15 113 0.13 0.87 0 0.56 290.82 0.77 0.25
Hex 62 F 71 D 57 0 38 123 4D 19
Octal 142 17 161 15 127 0 70 443 115 31
Binary 1100010 1111 1110001 1101 1010111 0 111000 100100011 1001101 11001

Color Harmonies of #620F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F71

Black with #620F71

Text Example


Text Example

White with #620F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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