Html Css Color HEX #681D78 Seance

📋 copy color: '#681D78'

red 104 ◦ green 29 ◦ blue 120

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

Shades of Seance #681D78

Tints of Seance #681D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 41.11%
G = 11.46%
B = 47.43%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#681D78 (or 0x681D78) is known color: Seance. HEX triplet: 68, 1D and 78. RGB value is (104,29,120). Sum of RGB (Red+Green+Blue) = 104+29+120=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #681D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D78 is #97E287. Grayscale: #3D3D3D. Windows color (decimal): -9953928 or 7871848. OLE color: 7871848.

HSL color Cylindrical-coordinate representation of color #681D78: hue angle of 289.45º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681D78 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 29 120 -
CMYK 0.13 0.76 0 0.53
HSL 289.45º 0.61% 0.29% -
HSV(B) 289.45º 0.76% 0.47% -
XYZ 9.54 5.18 18.27 -
YUV 61.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 104 29 120 0.13 0.76 0 0.53 289.45 0.61 0.29
Hex 68 1D 78 D 4C 0 35 121 3D 1D
Octal 150 35 170 15 114 0 65 441 75 35
Binary 1101000 11101 1111000 1101 1001100 0 110101 100100001 111101 11101

Color Harmonies of #681D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D78

Black with #681D78

Text Example


Text Example

White with #681D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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