Html Css Color HEX #683878 Eminence

📋 copy color: '#683878'

red 104 ◦ green 56 ◦ blue 120

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

Shades of Eminence #683878

Tints of Eminence #683878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 37.14%
G = 20%
B = 42.86%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#683878 (or 0x683878) is known color: Eminence. HEX triplet: 68, 38 and 78. RGB value is (104,56,120). Sum of RGB (Red+Green+Blue) = 104+56+120=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #683878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683878 is #97C787. Grayscale: #4D4D4D. Windows color (decimal): -9947016 or 7878760. OLE color: 7878760.

HSL color Cylindrical-coordinate representation of color #683878: hue angle of 285º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683878 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 56 120 -
CMYK 0.13 0.53 0 0.53
HSL 285º 0.36% 0.35% -
HSV(B) 285º 0.53% 0.47% -
XYZ 10.51 7.13 18.59 -
YUV 77.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 104 56 120 0.13 0.53 0 0.53 285 0.36 0.35
Hex 68 38 78 D 35 0 35 11D 24 23
Octal 150 70 170 15 65 0 65 435 44 43
Binary 1101000 111000 1111000 1101 110101 0 110101 100011101 100100 100011

Color Harmonies of #683878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683878

Black with #683878

Text Example


Text Example

White with #683878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683878; }

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

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

background-color css

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

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

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

border-color css

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

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

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