Html Css Color HEX #681471 Seance

📋 copy color: '#681471'

red 104 ◦ green 20 ◦ blue 113

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

Shades of Seance #681471

Tints of Seance #681471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 43.88%
G = 8.44%
B = 47.68%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#681471 (or 0x681471) is known color: Seance. HEX triplet: 68, 14 and 71. RGB value is (104,20,113). Sum of RGB (Red+Green+Blue) = 104+20+113=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #681471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681471 is #97EB8E. Grayscale: #373737. Windows color (decimal): -9956239 or 7410792. OLE color: 7410792.

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

Color convert

RGB 104 20 113 -
CMYK 0.08 0.82 0 0.56
HSL 294.19º 0.7% 0.26% -
HSV(B) 294.19º 0.82% 0.44% -
XYZ 8.94 4.64 16.05 -
YUV 55.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 104 20 113 0.08 0.82 0 0.56 294.19 0.7 0.26
Hex 68 14 71 8 52 0 38 126 46 1A
Octal 150 24 161 10 122 0 70 446 106 32
Binary 1101000 10100 1110001 1000 1010010 0 111000 100100110 1000110 11010

Color Harmonies of #681471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681471

Black with #681471

Text Example


Text Example

White with #681471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681471; }

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

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

background-color css

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

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

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

border-color css

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

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

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