Html Css Color HEX #621270 Seance

📋 copy color: '#621270'

red 98 ◦ green 18 ◦ blue 112

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

Shades of Seance #621270

Tints of Seance #621270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

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

R = 42.98%
G = 7.89%
B = 49.12%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#621270 (or 0x621270) is known color: Seance. HEX triplet: 62, 12 and 70. RGB value is (98,18,112). Sum of RGB (Red+Green+Blue) = 98+18+112=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #621270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621270 is #9DED8F. Grayscale: #343434. Windows color (decimal): -10349968 or 7344738. OLE color: 7344738.

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

Color convert

RGB 98 18 112 -
CMYK 0.13 0.84 0 0.56
HSL 291.06º 0.72% 0.25% -
HSV(B) 291.06º 0.84% 0.44% -
XYZ 8.18 4.2 15.71 -
YUV 52.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 98 18 112 0.13 0.84 0 0.56 291.06 0.72 0.25
Hex 62 12 70 D 54 0 38 123 48 19
Octal 142 22 160 15 124 0 70 443 110 31
Binary 1100010 10010 1110000 1101 1010100 0 111000 100100011 1001000 11001

Color Harmonies of #621270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621270

Black with #621270

Text Example


Text Example

White with #621270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621270; }

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

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

background-color css

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

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

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

border-color css

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

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

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