Html Css Color HEX #681C73 Seance

📋 copy color: '#681C73'

red 104 ◦ green 28 ◦ blue 115

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

Shades of Seance #681C73

Tints of Seance #681C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

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

R = 42.11%
G = 11.34%
B = 46.56%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#681C73 (or 0x681C73) is known color: Seance. HEX triplet: 68, 1C and 73. RGB value is (104,28,115). Sum of RGB (Red+Green+Blue) = 104+28+115=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #681C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681C73 is #97E38C. Grayscale: #3C3C3C. Windows color (decimal): -9954189 or 7543912. OLE color: 7543912.

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

Color convert

RGB 104 28 115 -
CMYK 0.10 0.76 0 0.55
HSL 292.41º 0.61% 0.28% -
HSV(B) 292.41º 0.76% 0.45% -
XYZ 9.22 5.01 16.7 -
YUV 60.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 104 28 115 0.10 0.76 0 0.55 292.41 0.61 0.28
Hex 68 1C 73 A 4C 0 37 124 3D 1C
Octal 150 34 163 12 114 0 67 444 75 34
Binary 1101000 11100 1110011 1010 1001100 0 110111 100100100 111101 11100

Color Harmonies of #681C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C73

Black with #681C73

Text Example


Text Example

White with #681C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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