Html Css Color HEX #681982 Seance

📋 copy color: '#681982'

red 104 ◦ green 25 ◦ blue 130

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

Shades of Seance #681982

Tints of Seance #681982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 130 (51.17% from 255) = 50.19%

R = 40.15%
G = 9.65%
B = 50.19%

CMYK

 C value IS 0.2

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#681982 (or 0x681982) is known color: Seance. HEX triplet: 68, 19 and 82. RGB value is (104,25,130). Sum of RGB (Red+Green+Blue) = 104+25+130=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #681982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681982 is #97E67D. Grayscale: #3C3C3C. Windows color (decimal): -9954942 or 8526184. OLE color: 8526184.

HSL color Cylindrical-coordinate representation of color #681982: hue angle of 285.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681982 is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 25 130 -
CMYK 0.2 0.81 0 0.49
HSL 285.14º 0.68% 0.3% -
HSV(B) 285.14º 0.81% 0.51% -
XYZ 10.09 5.25 21.6 -
YUV 60.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 104 25 130 0.2 0.81 0 0.49 285.14 0.68 0.3
Hex 68 19 82 14 51 0 31 11D 44 1E
Octal 150 31 202 24 121 0 61 435 104 36
Binary 1101000 11001 10000010 10100 1010001 0 110001 100011101 1000100 11110

Color Harmonies of #681982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681982

Black with #681982

Text Example


Text Example

White with #681982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681982; }

 p { color: rgb(104,25,130); }

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

background-color css

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

 a { background-color: rgb(104,25,130); }

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

border-color css

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

 span { border-color: rgb(104,25,130); }

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