Html Css Color HEX #681D73 Seance

📋 copy color: '#681D73'

red 104 ◦ green 29 ◦ blue 115

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

Shades of Seance #681D73

Tints of Seance #681D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.37%

R = 41.94%
G = 11.69%
B = 46.37%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#681D73 (or 0x681D73) is known color: Seance. HEX triplet: 68, 1D and 73. RGB value is (104,29,115). Sum of RGB (Red+Green+Blue) = 104+29+115=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #681D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D73 is #97E28C. Grayscale: #3C3C3C. Windows color (decimal): -9953933 or 7544168. OLE color: 7544168.

HSL color Cylindrical-coordinate representation of color #681D73: hue angle of 292.33º degrees, saturation: 0.6, 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 #681D73 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 29 115 -
CMYK 0.10 0.75 0 0.55
HSL 292.33º 0.6% 0.28% -
HSV(B) 292.33º 0.75% 0.45% -
XYZ 9.24 5.06 16.71 -
YUV 61.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 104 29 115 0.10 0.75 0 0.55 292.33 0.6 0.28
Hex 68 1D 73 A 4B 0 37 124 3C 1C
Octal 150 35 163 12 113 0 67 444 74 34
Binary 1101000 11101 1110011 1010 1001011 0 110111 100100100 111100 11100

Color Harmonies of #681D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D73

Black with #681D73

Text Example


Text Example

White with #681D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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