Html Css Color HEX #681771 Seance

📋 copy color: '#681771'

red 104 ◦ green 23 ◦ blue 113

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

Shades of Seance #681771

Tints of Seance #681771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

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

R = 43.33%
G = 9.58%
B = 47.08%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#681771 (or 0x681771) is known color: Seance. HEX triplet: 68, 17 and 71. RGB value is (104,23,113). Sum of RGB (Red+Green+Blue) = 104+23+113=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #681771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681771 is #97E88E. Grayscale: #393939. Windows color (decimal): -9955471 or 7411560. OLE color: 7411560.

HSL color Cylindrical-coordinate representation of color #681771: hue angle of 294º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681771 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 23 113 -
CMYK 0.08 0.80 0 0.56
HSL 294º 0.66% 0.27% -
HSV(B) 294º 0.8% 0.44% -
XYZ 9 4.75 16.07 -
YUV 57.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 104 23 113 0.08 0.80 0 0.56 294 0.66 0.27
Hex 68 17 71 8 50 0 38 126 42 1B
Octal 150 27 161 10 120 0 70 446 102 33
Binary 1101000 10111 1110001 1000 1010000 0 111000 100100110 1000010 11011

Color Harmonies of #681771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681771

Black with #681771

Text Example


Text Example

White with #681771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681771; }

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

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

background-color css

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

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

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

border-color css

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

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

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