Html Css Color HEX #621277 Seance

📋 copy color: '#621277'

red 98 ◦ green 18 ◦ blue 119

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

Shades of Seance #621277

Tints of Seance #621277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 41.7%
G = 7.66%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#621277 (or 0x621277) is known color: Seance. HEX triplet: 62, 12 and 77. RGB value is (98,18,119). Sum of RGB (Red+Green+Blue) = 98+18+119=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #621277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621277 is #9DED88. Grayscale: #353535. Windows color (decimal): -10349961 or 7803490. OLE color: 7803490.

HSL color Cylindrical-coordinate representation of color #621277: hue angle of 287.52º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621277 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 18 119 -
CMYK 0.18 0.85 0 0.53
HSL 287.52º 0.74% 0.27% -
HSV(B) 287.52º 0.85% 0.47% -
XYZ 8.58 4.36 17.84 -
YUV 53.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 98 18 119 0.18 0.85 0 0.53 287.52 0.74 0.27
Hex 62 12 77 12 55 0 35 120 4A 1B
Octal 142 22 167 22 125 0 65 440 112 33
Binary 1100010 10010 1110111 10010 1010101 0 110101 100100000 1001010 11011

Color Harmonies of #621277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621277

Black with #621277

Text Example


Text Example

White with #621277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621277; }

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

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

background-color css

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

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

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

border-color css

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

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

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