Html Css Color HEX #681378 Seance

📋 copy color: '#681378'

red 104 ◦ green 19 ◦ blue 120

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

Shades of Seance #681378

Tints of Seance #681378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.38%

R = 42.8%
G = 7.82%
B = 49.38%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#681378 (or 0x681378) is known color: Seance. HEX triplet: 68, 13 and 78. RGB value is (104,19,120). Sum of RGB (Red+Green+Blue) = 104+19+120=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #681378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681378 is #97EC87. Grayscale: #373737. Windows color (decimal): -9956488 or 7869288. OLE color: 7869288.

HSL color Cylindrical-coordinate representation of color #681378: hue angle of 290.5º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681378 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 19 120 -
CMYK 0.13 0.84 0 0.53
HSL 290.5º 0.73% 0.27% -
HSV(B) 290.5º 0.84% 0.47% -
XYZ 9.33 4.76 18.2 -
YUV 55.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 104 19 120 0.13 0.84 0 0.53 290.5 0.73 0.27
Hex 68 13 78 D 54 0 35 122 49 1B
Octal 150 23 170 15 124 0 65 442 111 33
Binary 1101000 10011 1111000 1101 1010100 0 110101 100100010 1001001 11011

Color Harmonies of #681378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681378

Black with #681378

Text Example


Text Example

White with #681378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681378; }

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

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

background-color css

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

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

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

border-color css

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

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

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