Html Css Color HEX #681276 Seance

📋 copy color: '#681276'

red 104 ◦ green 18 ◦ blue 118

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

Shades of Seance #681276

Tints of Seance #681276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 43.33%
G = 7.5%
B = 49.17%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#681276 (or 0x681276) is known color: Seance. HEX triplet: 68, 12 and 76. RGB value is (104,18,118). Sum of RGB (Red+Green+Blue) = 104+18+118=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #681276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681276 is #97ED89. Grayscale: #363636. Windows color (decimal): -9956746 or 7737960. OLE color: 7737960.

HSL color Cylindrical-coordinate representation of color #681276: hue angle of 291.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681276 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 18 118 -
CMYK 0.12 0.85 0 0.54
HSL 291.6º 0.74% 0.27% -
HSV(B) 291.6º 0.85% 0.46% -
XYZ 9.2 4.68 17.56 -
YUV 55.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 104 18 118 0.12 0.85 0 0.54 291.6 0.74 0.27
Hex 68 12 76 C 55 0 36 124 4A 1B
Octal 150 22 166 14 125 0 66 444 112 33
Binary 1101000 10010 1110110 1100 1010101 0 110110 100100100 1001010 11011

Color Harmonies of #681276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681276

Black with #681276

Text Example


Text Example

White with #681276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681276; }

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

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

background-color css

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

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

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

border-color css

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

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

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