Html Css Color HEX #683973 Eminence

📋 copy color: '#683973'

red 104 ◦ green 57 ◦ blue 115

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

Shades of Eminence #683973

Tints of Eminence #683973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 37.68%
G = 20.65%
B = 41.67%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683973 (or 0x683973) is known color: Eminence. HEX triplet: 68, 39 and 73. RGB value is (104,57,115). Sum of RGB (Red+Green+Blue) = 104+57+115=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #683973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683973 is #97C68C. Grayscale: #4D4D4D. Windows color (decimal): -9946765 or 7551336. OLE color: 7551336.

HSL color Cylindrical-coordinate representation of color #683973: hue angle of 288.62º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683973 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 57 115 -
CMYK 0.10 0.50 0 0.55
HSL 288.62º 0.34% 0.34% -
HSV(B) 288.62º 0.5% 0.45% -
XYZ 10.27 7.11 17.05 -
YUV 77.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 104 57 115 0.10 0.50 0 0.55 288.62 0.34 0.34
Hex 68 39 73 A 32 0 37 121 22 22
Octal 150 71 163 12 62 0 67 441 42 42
Binary 1101000 111001 1110011 1010 110010 0 110111 100100001 100010 100010

Color Harmonies of #683973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683973

Black with #683973

Text Example


Text Example

White with #683973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683973; }

 p { color: rgb(104,57,115); }

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

background-color css

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

 a { background-color: rgb(104,57,115); }

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

border-color css

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

 span { border-color: rgb(104,57,115); }

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