Html Css Color HEX #681372 Seance

📋 copy color: '#681372'

red 104 ◦ green 19 ◦ blue 114

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

Shades of Seance #681372

Tints of Seance #681372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

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

R = 43.88%
G = 8.02%
B = 48.1%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#681372 (or 0x681372) is known color: Seance. HEX triplet: 68, 13 and 72. RGB value is (104,19,114). Sum of RGB (Red+Green+Blue) = 104+19+114=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #681372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681372 is #97EC8D. Grayscale: #363636. Windows color (decimal): -9956494 or 7476072. OLE color: 7476072.

HSL color Cylindrical-coordinate representation of color #681372: hue angle of 293.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681372 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 19 114 -
CMYK 0.09 0.83 0 0.55
HSL 293.68º 0.71% 0.26% -
HSV(B) 293.68º 0.83% 0.45% -
XYZ 8.98 4.62 16.34 -
YUV 55.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 104 19 114 0.09 0.83 0 0.55 293.68 0.71 0.26
Hex 68 13 72 9 53 0 37 126 47 1A
Octal 150 23 162 11 123 0 67 446 107 32
Binary 1101000 10011 1110010 1001 1010011 0 110111 100100110 1000111 11010

Color Harmonies of #681372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681372

Black with #681372

Text Example


Text Example

White with #681372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681372; }

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

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

background-color css

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

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

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

border-color css

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

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

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