Html Css Color HEX #682E74 Seance

📋 copy color: '#682E74'

red 104 ◦ green 46 ◦ blue 116

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

Shades of Seance #682E74

Tints of Seance #682E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.29%

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 39.1%
G = 17.29%
B = 43.61%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#682E74 (or 0x682E74) is known color: Seance. HEX triplet: 68, 2E and 74. RGB value is (104,46,116). Sum of RGB (Red+Green+Blue) = 104+46+116=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #682E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E74 is #97D18B. Grayscale: #474747. Windows color (decimal): -9949580 or 7614056. OLE color: 7614056.

HSL color Cylindrical-coordinate representation of color #682E74: hue angle of 289.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682E74 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 46 116 -
CMYK 0.10 0.60 0 0.55
HSL 289.71º 0.43% 0.32% -
HSV(B) 289.71º 0.6% 0.45% -
XYZ 9.84 6.16 17.19 -
YUV 71.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 104 46 116 0.10 0.60 0 0.55 289.71 0.43 0.32
Hex 68 2E 74 A 3C 0 37 122 2B 20
Octal 150 56 164 12 74 0 67 442 53 40
Binary 1101000 101110 1110100 1010 111100 0 110111 100100010 101011 100000

Color Harmonies of #682E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E74

Black with #682E74

Text Example


Text Example

White with #682E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E74; }

 p { color: rgb(104,46,116); }

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

background-color css

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

 a { background-color: rgb(104,46,116); }

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

border-color css

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

 span { border-color: rgb(104,46,116); }

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