Html Css Color HEX #683975 Eminence

📋 copy color: '#683975'

red 104 ◦ green 57 ◦ blue 117

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

Shades of Eminence #683975

Tints of Eminence #683975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 37.41%
G = 20.5%
B = 42.09%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#683975 (or 0x683975) is known color: Eminence. HEX triplet: 68, 39 and 75. RGB value is (104,57,117). Sum of RGB (Red+Green+Blue) = 104+57+117=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #683975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683975 is #97C68A. Grayscale: #4D4D4D. Windows color (decimal): -9946763 or 7682408. OLE color: 7682408.

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

Color convert

RGB 104 57 117 -
CMYK 0.11 0.51 0 0.54
HSL 287º 0.34% 0.34% -
HSV(B) 287º 0.51% 0.46% -
XYZ 10.38 7.15 17.66 -
YUV 77.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 104 57 117 0.11 0.51 0 0.54 287 0.34 0.34
Hex 68 39 75 B 33 0 36 11F 22 22
Octal 150 71 165 13 63 0 66 437 42 42
Binary 1101000 111001 1110101 1011 110011 0 110110 100011111 100010 100010

Color Harmonies of #683975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683975

Black with #683975

Text Example


Text Example

White with #683975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683975; }

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

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

background-color css

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

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

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

border-color css

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

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

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