Html Css Color HEX #621571 Seance

📋 copy color: '#621571'

red 98 ◦ green 21 ◦ blue 113

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

Shades of Seance #621571

Tints of Seance #621571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 42.24%
G = 9.05%
B = 48.71%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#621571 (or 0x621571) is known color: Seance. HEX triplet: 62, 15 and 71. RGB value is (98,21,113). Sum of RGB (Red+Green+Blue) = 98+21+113=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #621571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621571 is #9DEA8E. Grayscale: #363636. Windows color (decimal): -10349199 or 7411042. OLE color: 7411042.

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

Color convert

RGB 98 21 113 -
CMYK 0.13 0.81 0 0.56
HSL 290.22º 0.69% 0.26% -
HSV(B) 290.22º 0.81% 0.44% -
XYZ 8.29 4.33 16.02 -
YUV 54.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 98 21 113 0.13 0.81 0 0.56 290.22 0.69 0.26
Hex 62 15 71 D 51 0 38 122 45 1A
Octal 142 25 161 15 121 0 70 442 105 32
Binary 1100010 10101 1110001 1101 1010001 0 111000 100100010 1000101 11010

Color Harmonies of #621571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621571

Black with #621571

Text Example


Text Example

White with #621571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621571; }

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

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

background-color css

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

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

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

border-color css

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

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

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