Html Css Color HEX #681D7D Seance

📋 copy color: '#681D7D'

red 104 ◦ green 29 ◦ blue 125

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

Shades of Seance #681D7D

Tints of Seance #681D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 40.31%
G = 11.24%
B = 48.45%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#681D7D (or 0x681D7D) is known color: Seance. HEX triplet: 68, 1D and 7D. RGB value is (104,29,125). Sum of RGB (Red+Green+Blue) = 104+29+125=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #681D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D7D is #97E282. Grayscale: #3E3E3E. Windows color (decimal): -9953923 or 8199528. OLE color: 8199528.

HSL color Cylindrical-coordinate representation of color #681D7D: hue angle of 286.88º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681D7D is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 29 125 -
CMYK 0.17 0.77 0 0.51
HSL 286.88º 0.62% 0.3% -
HSV(B) 286.88º 0.77% 0.49% -
XYZ 9.85 5.3 19.91 -
YUV 62.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 104 29 125 0.17 0.77 0 0.51 286.88 0.62 0.3
Hex 68 1D 7D 11 4D 0 33 11F 3E 1E
Octal 150 35 175 21 115 0 63 437 76 36
Binary 1101000 11101 1111101 10001 1001101 0 110011 100011111 111110 11110

Color Harmonies of #681D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D7D

Black with #681D7D

Text Example


Text Example

White with #681D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,125); }

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

background-color css

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

 a { background-color: rgb(104,29,125); }

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

border-color css

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

 span { border-color: rgb(104,29,125); }

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