Html Css Color HEX #681575 Seance

📋 copy color: '#681575'

red 104 ◦ green 21 ◦ blue 117

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

Shades of Seance #681575

Tints of Seance #681575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 117 (46.09% from 255) = 48.35%

R = 42.98%
G = 8.68%
B = 48.35%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#681575 (or 0x681575) is known color: Seance. HEX triplet: 68, 15 and 75. RGB value is (104,21,117). Sum of RGB (Red+Green+Blue) = 104+21+117=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #681575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681575 is #97EA8A. Grayscale: #383838. Windows color (decimal): -9955979 or 7673192. OLE color: 7673192.

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

Color convert

RGB 104 21 117 -
CMYK 0.11 0.82 0 0.54
HSL 291.88º 0.7% 0.27% -
HSV(B) 291.88º 0.82% 0.46% -
XYZ 9.19 4.76 17.26 -
YUV 56.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 104 21 117 0.11 0.82 0 0.54 291.88 0.7 0.27
Hex 68 15 75 B 52 0 36 124 46 1B
Octal 150 25 165 13 122 0 66 444 106 33
Binary 1101000 10101 1110101 1011 1010010 0 110110 100100100 1000110 11011

Color Harmonies of #681575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681575

Black with #681575

Text Example


Text Example

White with #681575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681575; }

 p { color: rgb(104,21,117); }

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

background-color css

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

 a { background-color: rgb(104,21,117); }

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

border-color css

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

 span { border-color: rgb(104,21,117); }

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