Html Css Color HEX #683D76 Eminence

📋 copy color: '#683D76'

red 104 ◦ green 61 ◦ blue 118

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

Shades of Eminence #683D76

Tints of Eminence #683D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.55%

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

R = 36.75%
G = 21.55%
B = 41.7%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#683D76 (or 0x683D76) is known color: Eminence. HEX triplet: 68, 3D and 76. RGB value is (104,61,118). Sum of RGB (Red+Green+Blue) = 104+61+118=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #683D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683D76 is #97C289. Grayscale: #505050. Windows color (decimal): -9945738 or 7748968. OLE color: 7748968.

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

Color convert

RGB 104 61 118 -
CMYK 0.12 0.48 0 0.54
HSL 285.26º 0.32% 0.35% -
HSV(B) 285.26º 0.48% 0.46% -
XYZ 10.65 7.59 18.04 -
YUV 80.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 104 61 118 0.12 0.48 0 0.54 285.26 0.32 0.35
Hex 68 3D 76 C 30 0 36 11D 20 23
Octal 150 75 166 14 60 0 66 435 40 43
Binary 1101000 111101 1110110 1100 110000 0 110110 100011101 100000 100011

Color Harmonies of #683D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683D76

Black with #683D76

Text Example


Text Example

White with #683D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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