Html Css Color HEX #682B76 Seance

📋 copy color: '#682B76'

red 104 ◦ green 43 ◦ blue 118

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

Shades of Seance #682B76

Tints of Seance #682B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 39.25%
G = 16.23%
B = 44.53%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#682B76 (or 0x682B76) is known color: Seance. HEX triplet: 68, 2B and 76. RGB value is (104,43,118). Sum of RGB (Red+Green+Blue) = 104+43+118=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #682B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B76 is #97D489. Grayscale: #454545. Windows color (decimal): -9950346 or 7744360. OLE color: 7744360.

HSL color Cylindrical-coordinate representation of color #682B76: hue angle of 288.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682B76 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 43 118 -
CMYK 0.12 0.64 0 0.54
HSL 288.8º 0.47% 0.32% -
HSV(B) 288.8º 0.64% 0.46% -
XYZ 9.84 5.98 17.77 -
YUV 69.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 104 43 118 0.12 0.64 0 0.54 288.8 0.47 0.32
Hex 68 2B 76 C 40 0 36 121 2F 20
Octal 150 53 166 14 100 0 66 441 57 40
Binary 1101000 101011 1110110 1100 1000000 0 110110 100100001 101111 100000

Color Harmonies of #682B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B76

Black with #682B76

Text Example


Text Example

White with #682B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,118); }

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

background-color css

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

 a { background-color: rgb(104,43,118); }

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

border-color css

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

 span { border-color: rgb(104,43,118); }

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