Html Css Color HEX #621A70 Seance

📋 copy color: '#621A70'

red 98 ◦ green 26 ◦ blue 112

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

Shades of Seance #621A70

Tints of Seance #621A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

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

R = 41.53%
G = 11.02%
B = 47.46%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#621A70 (or 0x621A70) is known color: Seance. HEX triplet: 62, 1A and 70. RGB value is (98,26,112). Sum of RGB (Red+Green+Blue) = 98+26+112=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #621A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A70 is #9DE58F. Grayscale: #393939. Windows color (decimal): -10347920 or 7346786. OLE color: 7346786.

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

Color convert

RGB 98 26 112 -
CMYK 0.13 0.77 0 0.56
HSL 290.23º 0.62% 0.27% -
HSV(B) 290.23º 0.77% 0.44% -
XYZ 8.33 4.51 15.76 -
YUV 57.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 98 26 112 0.13 0.77 0 0.56 290.23 0.62 0.27
Hex 62 1A 70 D 4D 0 38 122 3E 1B
Octal 142 32 160 15 115 0 70 442 76 33
Binary 1100010 11010 1110000 1101 1001101 0 111000 100100010 111110 11011

Color Harmonies of #621A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A70

Black with #621A70

Text Example


Text Example

White with #621A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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