Html Css Color HEX #681571 Seance

📋 copy color: '#681571'

red 104 ◦ green 21 ◦ blue 113

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

Shades of Seance #681571

Tints of Seance #681571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 43.7%
G = 8.82%
B = 47.48%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#681571 (or 0x681571) is known color: Seance. HEX triplet: 68, 15 and 71. RGB value is (104,21,113). Sum of RGB (Red+Green+Blue) = 104+21+113=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #681571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681571 is #97EA8E. Grayscale: #383838. Windows color (decimal): -9955983 or 7411048. OLE color: 7411048.

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

Color convert

RGB 104 21 113 -
CMYK 0.08 0.81 0 0.56
HSL 294.13º 0.69% 0.26% -
HSV(B) 294.13º 0.81% 0.44% -
XYZ 8.96 4.67 16.05 -
YUV 56.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 104 21 113 0.08 0.81 0 0.56 294.13 0.69 0.26
Hex 68 15 71 8 51 0 38 126 45 1A
Octal 150 25 161 10 121 0 70 446 105 32
Binary 1101000 10101 1110001 1000 1010001 0 111000 100100110 1000101 11010

Color Harmonies of #681571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681571

Black with #681571

Text Example


Text Example

White with #681571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681571; }

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

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

background-color css

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

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

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

border-color css

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

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

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