Html Css Color HEX #621474 Seance

📋 copy color: '#621474'

red 98 ◦ green 20 ◦ blue 116

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

Shades of Seance #621474

Tints of Seance #621474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 41.88%
G = 8.55%
B = 49.57%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#621474 (or 0x621474) is known color: Seance. HEX triplet: 62, 14 and 74. RGB value is (98,20,116). Sum of RGB (Red+Green+Blue) = 98+20+116=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #621474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621474 is #9DEB8B. Grayscale: #353535. Windows color (decimal): -10349452 or 7607394. OLE color: 7607394.

HSL color Cylindrical-coordinate representation of color #621474: hue angle of 288.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621474 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 20 116 -
CMYK 0.16 0.83 0 0.55
HSL 288.75º 0.71% 0.27% -
HSV(B) 288.75º 0.83% 0.45% -
XYZ 8.44 4.36 16.92 -
YUV 54.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 98 20 116 0.16 0.83 0 0.55 288.75 0.71 0.27
Hex 62 14 74 10 53 0 37 121 47 1B
Octal 142 24 164 20 123 0 67 441 107 33
Binary 1100010 10100 1110100 10000 1010011 0 110111 100100001 1000111 11011

Color Harmonies of #621474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621474

Black with #621474

Text Example


Text Example

White with #621474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621474; }

 p { color: rgb(98,20,116); }

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

background-color css

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

 a { background-color: rgb(98,20,116); }

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

border-color css

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

 span { border-color: rgb(98,20,116); }

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