Html Css Color HEX #611970 Seance

📋 copy color: '#611970'

red 97 ◦ green 25 ◦ blue 112

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

Shades of Seance #611970

Tints of Seance #611970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 41.45%
G = 10.68%
B = 47.86%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#611970 (or 0x611970) is known color: Seance. HEX triplet: 61, 19 and 70. RGB value is (97,25,112). Sum of RGB (Red+Green+Blue) = 97+25+112=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #611970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611970 is #9EE68F. Grayscale: #383838. Windows color (decimal): -10413712 or 7346529. OLE color: 7346529.

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

Color convert

RGB 97 25 112 -
CMYK 0.13 0.78 0 0.56
HSL 289.66º 0.64% 0.27% -
HSV(B) 289.66º 0.78% 0.44% -
XYZ 8.2 4.41 15.75 -
YUV 56.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 97 25 112 0.13 0.78 0 0.56 289.66 0.64 0.27
Hex 61 19 70 D 4E 0 38 122 40 1B
Octal 141 31 160 15 116 0 70 442 100 33
Binary 1100001 11001 1110000 1101 1001110 0 111000 100100010 1000000 11011

Color Harmonies of #611970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611970

Black with #611970

Text Example


Text Example

White with #611970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611970; }

 p { color: rgb(97,25,112); }

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

background-color css

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

 a { background-color: rgb(97,25,112); }

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

border-color css

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

 span { border-color: rgb(97,25,112); }

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