Html Css Color HEX #683080 Eminence

📋 copy color: '#683080'

red 104 ◦ green 48 ◦ blue 128

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

Shades of Eminence #683080

Tints of Eminence #683080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 37.14%
G = 17.14%
B = 45.71%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#683080 (or 0x683080) is known color: Eminence. HEX triplet: 68, 30 and 80. RGB value is (104,48,128). Sum of RGB (Red+Green+Blue) = 104+48+128=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #683080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683080 is #97CF7F. Grayscale: #494949. Windows color (decimal): -9949056 or 8401000. OLE color: 8401000.

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

Color convert

RGB 104 48 128 -
CMYK 0.19 0.62 0 0.50
HSL 282º 0.45% 0.35% -
HSV(B) 282º 0.63% 0.5% -
XYZ 10.66 6.62 21.14 -
YUV 73.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 104 48 128 0.19 0.62 0 0.50 282 0.45 0.35
Hex 68 30 80 13 3E 0 32 11A 2D 23
Octal 150 60 200 23 76 0 62 432 55 43
Binary 1101000 110000 10000000 10011 111110 0 110010 100011010 101101 100011

Color Harmonies of #683080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683080

Black with #683080

Text Example


Text Example

White with #683080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683080; }

 p { color: rgb(104,48,128); }

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

background-color css

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

 a { background-color: rgb(104,48,128); }

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

border-color css

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

 span { border-color: rgb(104,48,128); }

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