Html Css Color HEX #683870 Eminence

📋 copy color: '#683870'

red 104 ◦ green 56 ◦ blue 112

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

Shades of Eminence #683870

Tints of Eminence #683870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 38.24%
G = 20.59%
B = 41.18%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#683870 (or 0x683870) is known color: Eminence. HEX triplet: 68, 38 and 70. RGB value is (104,56,112). Sum of RGB (Red+Green+Blue) = 104+56+112=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #683870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683870 is #97C78F. Grayscale: #4C4C4C. Windows color (decimal): -9947024 or 7354472. OLE color: 7354472.

HSL color Cylindrical-coordinate representation of color #683870: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683870 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 56 112 -
CMYK 0.07 0.50 0 0.56
HSL 291.43º 0.33% 0.33% -
HSV(B) 291.43º 0.5% 0.44% -
XYZ 10.05 6.94 16.14 -
YUV 76.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 104 56 112 0.07 0.50 0 0.56 291.43 0.33 0.33
Hex 68 38 70 7 32 0 38 123 21 21
Octal 150 70 160 7 62 0 70 443 41 41
Binary 1101000 111000 1110000 111 110010 0 111000 100100011 100001 100001

Color Harmonies of #683870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683870

Black with #683870

Text Example


Text Example

White with #683870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683870; }

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

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

background-color css

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

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

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

border-color css

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

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

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