Html Css Color HEX #612977 Seance

📋 copy color: '#612977'

red 97 ◦ green 41 ◦ blue 119

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

Shades of Seance #612977

Tints of Seance #612977

RGB

 RED value IS 97 (38.28% from 255) = 37.74%

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 37.74%
G = 15.95%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612977 (or 0x612977) is known color: Seance. HEX triplet: 61, 29 and 77. RGB value is (97,41,119). Sum of RGB (Red+Green+Blue) = 97+41+119=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #612977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612977 is #9ED688. Grayscale: #424242. Windows color (decimal): -10409609 or 7809377. OLE color: 7809377.

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

Color convert

RGB 97 41 119 -
CMYK 0.18 0.66 0 0.53
HSL 283.08º 0.49% 0.31% -
HSV(B) 283.08º 0.66% 0.47% -
XYZ 9.05 5.46 18.03 -
YUV 66.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 97 41 119 0.18 0.66 0 0.53 283.08 0.49 0.31
Hex 61 29 77 12 42 0 35 11B 31 1F
Octal 141 51 167 22 102 0 65 433 61 37
Binary 1100001 101001 1110111 10010 1000010 0 110101 100011011 110001 11111

Color Harmonies of #612977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612977

Black with #612977

Text Example


Text Example

White with #612977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612977; }

 p { color: rgb(97,41,119); }

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

background-color css

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

 a { background-color: rgb(97,41,119); }

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

border-color css

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

 span { border-color: rgb(97,41,119); }

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