Html Css Color HEX #611071 Seance

📋 copy color: '#611071'

red 97 ◦ green 16 ◦ blue 113

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

Shades of Seance #611071

Tints of Seance #611071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 42.92%
G = 7.08%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#611071 (or 0x611071) is known color: Seance. HEX triplet: 61, 10 and 71. RGB value is (97,16,113). Sum of RGB (Red+Green+Blue) = 97+16+113=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #611071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611071 is #9EEF8E. Grayscale: #323232. Windows color (decimal): -10416015 or 7409761. OLE color: 7409761.

HSL color Cylindrical-coordinate representation of color #611071: hue angle of 290.1º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611071 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 16 113 -
CMYK 0.14 0.86 0 0.56
HSL 290.1º 0.75% 0.25% -
HSV(B) 290.1º 0.86% 0.44% -
XYZ 8.1 4.1 15.99 -
YUV 51.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 97 16 113 0.14 0.86 0 0.56 290.1 0.75 0.25
Hex 61 10 71 E 56 0 38 122 4B 19
Octal 141 20 161 16 126 0 70 442 113 31
Binary 1100001 10000 1110001 1110 1010110 0 111000 100100010 1001011 11001

Color Harmonies of #611071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611071

Black with #611071

Text Example


Text Example

White with #611071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611071; }

 p { color: rgb(97,16,113); }

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

background-color css

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

 a { background-color: rgb(97,16,113); }

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

border-color css

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

 span { border-color: rgb(97,16,113); }

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