Html Css Color HEX #611276 Seance

📋 copy color: '#611276'

red 97 ◦ green 18 ◦ blue 118

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

Shades of Seance #611276

Tints of Seance #611276

RGB

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

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

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

R = 41.63%
G = 7.73%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#611276 (or 0x611276) is known color: Seance. HEX triplet: 61, 12 and 76. RGB value is (97,18,118). Sum of RGB (Red+Green+Blue) = 97+18+118=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #611276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611276 is #9EED89. Grayscale: #343434. Windows color (decimal): -10415498 or 7737953. OLE color: 7737953.

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

Color convert

RGB 97 18 118 -
CMYK 0.18 0.85 0 0.54
HSL 287.4º 0.74% 0.27% -
HSV(B) 287.4º 0.85% 0.46% -
XYZ 8.42 4.28 17.52 -
YUV 53.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 97 18 118 0.18 0.85 0 0.54 287.4 0.74 0.27
Hex 61 12 76 12 55 0 36 11F 4A 1B
Octal 141 22 166 22 125 0 66 437 112 33
Binary 1100001 10010 1110110 10010 1010101 0 110110 100011111 1001010 11011

Color Harmonies of #611276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611276

Black with #611276

Text Example


Text Example

White with #611276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611276; }

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

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

background-color css

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

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

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

border-color css

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

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

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