Html Css Color HEX #683A76 Eminence

📋 copy color: '#683A76'

red 104 ◦ green 58 ◦ blue 118

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

Shades of Eminence #683A76

Tints of Eminence #683A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 37.14%
G = 20.71%
B = 42.14%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#683A76 (or 0x683A76) is known color: Eminence. HEX triplet: 68, 3A and 76. RGB value is (104,58,118). Sum of RGB (Red+Green+Blue) = 104+58+118=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #683A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A76 is #97C589. Grayscale: #4E4E4E. Windows color (decimal): -9946506 or 7748200. OLE color: 7748200.

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

Color convert

RGB 104 58 118 -
CMYK 0.12 0.51 0 0.54
HSL 286º 0.34% 0.35% -
HSV(B) 286º 0.51% 0.46% -
XYZ 10.49 7.28 17.99 -
YUV 78.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 104 58 118 0.12 0.51 0 0.54 286 0.34 0.35
Hex 68 3A 76 C 33 0 36 11E 22 23
Octal 150 72 166 14 63 0 66 436 42 43
Binary 1101000 111010 1110110 1100 110011 0 110110 100011110 100010 100011

Color Harmonies of #683A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A76

Black with #683A76

Text Example


Text Example

White with #683A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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