Html Css Color HEX #611E76 Seance

📋 copy color: '#611E76'

red 97 ◦ green 30 ◦ blue 118

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

Shades of Seance #611E76

Tints of Seance #611E76

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 39.59%
G = 12.24%
B = 48.16%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#611E76 (or 0x611E76) is known color: Seance. HEX triplet: 61, 1E and 76. RGB value is (97,30,118). Sum of RGB (Red+Green+Blue) = 97+30+118=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #611E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E76 is #9EE189. Grayscale: #3B3B3B. Windows color (decimal): -10412426 or 7741025. OLE color: 7741025.

HSL color Cylindrical-coordinate representation of color #611E76: hue angle of 285.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611E76 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 30 118 -
CMYK 0.18 0.75 0 0.54
HSL 285.68º 0.59% 0.29% -
HSV(B) 285.68º 0.75% 0.46% -
XYZ 8.66 4.78 17.61 -
YUV 60.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 97 30 118 0.18 0.75 0 0.54 285.68 0.59 0.29
Hex 61 1E 76 12 4B 0 36 11E 3B 1D
Octal 141 36 166 22 113 0 66 436 73 35
Binary 1100001 11110 1110110 10010 1001011 0 110110 100011110 111011 11101

Color Harmonies of #611E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E76

Black with #611E76

Text Example


Text Example

White with #611E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E76; }

 p { color: rgb(97,30,118); }

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

background-color css

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

 a { background-color: rgb(97,30,118); }

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

border-color css

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

 span { border-color: rgb(97,30,118); }

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