Html Css Color HEX #683874 Eminence

📋 copy color: '#683874'

red 104 ◦ green 56 ◦ blue 116

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

Shades of Eminence #683874

Tints of Eminence #683874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

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

R = 37.68%
G = 20.29%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683874 (or 0x683874) is known color: Eminence. HEX triplet: 68, 38 and 74. RGB value is (104,56,116). Sum of RGB (Red+Green+Blue) = 104+56+116=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #683874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683874 is #97C78B. Grayscale: #4D4D4D. Windows color (decimal): -9947020 or 7616616. OLE color: 7616616.

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

Color convert

RGB 104 56 116 -
CMYK 0.10 0.52 0 0.55
HSL 288º 0.35% 0.34% -
HSV(B) 288º 0.52% 0.45% -
XYZ 10.28 7.03 17.34 -
YUV 77.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 104 56 116 0.10 0.52 0 0.55 288 0.35 0.34
Hex 68 38 74 A 34 0 37 120 23 22
Octal 150 70 164 12 64 0 67 440 43 42
Binary 1101000 111000 1110100 1010 110100 0 110111 100100000 100011 100010

Color Harmonies of #683874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683874

Black with #683874

Text Example


Text Example

White with #683874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683874; }

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

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

background-color css

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

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

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

border-color css

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

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

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