Html Css Color HEX #681171 Seance

📋 copy color: '#681171'

red 104 ◦ green 17 ◦ blue 113

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

Shades of Seance #681171

Tints of Seance #681171

RGB

 RED value IS 104 (41.02% from 255) = 44.44%

 GREEN value IS 17 (7.03% from 255) = 7.26%

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

R = 44.44%
G = 7.26%
B = 48.29%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#681171 (or 0x681171) is known color: Seance. HEX triplet: 68, 11 and 71. RGB value is (104,17,113). Sum of RGB (Red+Green+Blue) = 104+17+113=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #681171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681171 is #97EE8E. Grayscale: #353535. Windows color (decimal): -9957007 or 7410024. OLE color: 7410024.

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

Color convert

RGB 104 17 113 -
CMYK 0.08 0.85 0 0.56
HSL 294.38º 0.74% 0.25% -
HSV(B) 294.38º 0.85% 0.44% -
XYZ 8.89 4.54 16.03 -
YUV 53.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 104 17 113 0.08 0.85 0 0.56 294.38 0.74 0.25
Hex 68 11 71 8 55 0 38 126 4A 19
Octal 150 21 161 10 125 0 70 446 112 31
Binary 1101000 10001 1110001 1000 1010101 0 111000 100100110 1001010 11001

Color Harmonies of #681171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681171

Black with #681171

Text Example


Text Example

White with #681171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681171; }

 p { color: rgb(104,17,113); }

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

background-color css

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

 a { background-color: rgb(104,17,113); }

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

border-color css

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

 span { border-color: rgb(104,17,113); }

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