Html Css Color HEX #683180 Eminence

📋 copy color: '#683180'

red 104 ◦ green 49 ◦ blue 128

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

Shades of Eminence #683180

Tints of Eminence #683180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 37.01%
G = 17.44%
B = 45.55%

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

#683180 (or 0x683180) is known color: Eminence. HEX triplet: 68, 31 and 80. RGB value is (104,49,128). Sum of RGB (Red+Green+Blue) = 104+49+128=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #683180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683180 is #97CE7F. Grayscale: #4A4A4A. Windows color (decimal): -9948800 or 8401256. OLE color: 8401256.

HSL color Cylindrical-coordinate representation of color #683180: hue angle of 281.77º 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 #683180 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 49 128 -
CMYK 0.19 0.62 0 0.50
HSL 281.77º 0.45% 0.35% -
HSV(B) 281.77º 0.62% 0.5% -
XYZ 10.7 6.7 21.15 -
YUV 74.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 104 49 128 0.19 0.62 0 0.50 281.77 0.45 0.35
Hex 68 31 80 13 3E 0 32 11A 2D 23
Octal 150 61 200 23 76 0 62 432 55 43
Binary 1101000 110001 10000000 10011 111110 0 110010 100011010 101101 100011

Color Harmonies of #683180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683180

Black with #683180

Text Example


Text Example

White with #683180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683180; }

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

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

background-color css

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

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

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

border-color css

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

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

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