Html Css Color HEX #681D76 Seance

📋 copy color: '#681D76'

red 104 ◦ green 29 ◦ blue 118

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

Shades of Seance #681D76

Tints of Seance #681D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

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

R = 41.43%
G = 11.55%
B = 47.01%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#681D76 (or 0x681D76) is known color: Seance. HEX triplet: 68, 1D and 76. RGB value is (104,29,118). Sum of RGB (Red+Green+Blue) = 104+29+118=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #681D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D76 is #97E289. Grayscale: #3D3D3D. Windows color (decimal): -9953930 or 7740776. OLE color: 7740776.

HSL color Cylindrical-coordinate representation of color #681D76: hue angle of 290.56º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681D76 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 29 118 -
CMYK 0.12 0.75 0 0.54
HSL 290.56º 0.61% 0.29% -
HSV(B) 290.56º 0.75% 0.46% -
XYZ 9.42 5.13 17.63 -
YUV 61.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 104 29 118 0.12 0.75 0 0.54 290.56 0.61 0.29
Hex 68 1D 76 C 4B 0 36 123 3D 1D
Octal 150 35 166 14 113 0 66 443 75 35
Binary 1101000 11101 1110110 1100 1001011 0 110110 100100011 111101 11101

Color Harmonies of #681D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D76

Black with #681D76

Text Example


Text Example

White with #681D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681D76; }

 p { color: rgb(104,29,118); }

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

background-color css

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

 a { background-color: rgb(104,29,118); }

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

border-color css

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

 span { border-color: rgb(104,29,118); }

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