Html Css Color HEX #681D72 Seance

📋 copy color: '#681D72'

red 104 ◦ green 29 ◦ blue 114

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

Shades of Seance #681D72

Tints of Seance #681D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 42.11%
G = 11.74%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#681D72 (or 0x681D72) is known color: Seance. HEX triplet: 68, 1D and 72. RGB value is (104,29,114). Sum of RGB (Red+Green+Blue) = 104+29+114=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #681D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D72 is #97E28D. Grayscale: #3C3C3C. Windows color (decimal): -9953934 or 7478632. OLE color: 7478632.

HSL color Cylindrical-coordinate representation of color #681D72: hue angle of 292.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681D72 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 29 114 -
CMYK 0.09 0.75 0 0.55
HSL 292.94º 0.59% 0.28% -
HSV(B) 292.94º 0.75% 0.45% -
XYZ 9.19 5.04 16.41 -
YUV 61.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 104 29 114 0.09 0.75 0 0.55 292.94 0.59 0.28
Hex 68 1D 72 9 4B 0 37 125 3B 1C
Octal 150 35 162 11 113 0 67 445 73 34
Binary 1101000 11101 1110010 1001 1001011 0 110111 100100101 111011 11100

Color Harmonies of #681D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D72

Black with #681D72

Text Example


Text Example

White with #681D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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