Html Css Color HEX #681E72 Seance

📋 copy color: '#681E72'

red 104 ◦ green 30 ◦ blue 114

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

Shades of Seance #681E72

Tints of Seance #681E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 41.94%
G = 12.1%
B = 45.97%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#681E72 (or 0x681E72) is known color: Seance. HEX triplet: 68, 1E and 72. RGB value is (104,30,114). Sum of RGB (Red+Green+Blue) = 104+30+114=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #681E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E72 is #97E18D. Grayscale: #3D3D3D. Windows color (decimal): -9953678 or 7478888. OLE color: 7478888.

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

Color convert

RGB 104 30 114 -
CMYK 0.09 0.74 0 0.55
HSL 292.86º 0.58% 0.28% -
HSV(B) 292.86º 0.74% 0.45% -
XYZ 9.21 5.09 16.42 -
YUV 61.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 104 30 114 0.09 0.74 0 0.55 292.86 0.58 0.28
Hex 68 1E 72 9 4A 0 37 125 3A 1C
Octal 150 36 162 11 112 0 67 445 72 34
Binary 1101000 11110 1110010 1001 1001010 0 110111 100100101 111010 11100

Color Harmonies of #681E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E72

Black with #681E72

Text Example


Text Example

White with #681E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,114); }

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

background-color css

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

 a { background-color: rgb(104,30,114); }

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

border-color css

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

 span { border-color: rgb(104,30,114); }

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