Html Css Color HEX #681970 Seance

📋 copy color: '#681970'

red 104 ◦ green 25 ◦ blue 112

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

Shades of Seance #681970

Tints of Seance #681970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 43.15%
G = 10.37%
B = 46.47%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#681970 (or 0x681970) is known color: Seance. HEX triplet: 68, 19 and 70. RGB value is (104,25,112). Sum of RGB (Red+Green+Blue) = 104+25+112=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #681970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681970 is #97E68F. Grayscale: #3A3A3A. Windows color (decimal): -9954960 or 7346536. OLE color: 7346536.

HSL color Cylindrical-coordinate representation of color #681970: hue angle of 294.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681970 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 25 112 -
CMYK 0.07 0.78 0 0.56
HSL 294.48º 0.64% 0.27% -
HSV(B) 294.48º 0.78% 0.44% -
XYZ 8.98 4.81 15.78 -
YUV 58.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 104 25 112 0.07 0.78 0 0.56 294.48 0.64 0.27
Hex 68 19 70 7 4E 0 38 126 40 1B
Octal 150 31 160 7 116 0 70 446 100 33
Binary 1101000 11001 1110000 111 1001110 0 111000 100100110 1000000 11011

Color Harmonies of #681970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681970

Black with #681970

Text Example


Text Example

White with #681970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681970; }

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

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

background-color css

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

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

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

border-color css

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

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

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