Html Css Color HEX #683181 Eminence

📋 copy color: '#683181'

red 104 ◦ green 49 ◦ blue 129

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

Shades of Eminence #683181

Tints of Eminence #683181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 36.88%
G = 17.38%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#683181 (or 0x683181) is known color: Eminence. HEX triplet: 68, 31 and 81. RGB value is (104,49,129). Sum of RGB (Red+Green+Blue) = 104+49+129=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #683181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683181 is #97CE7E. Grayscale: #4A4A4A. Windows color (decimal): -9948799 or 8466792. OLE color: 8466792.

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

Color convert

RGB 104 49 129 -
CMYK 0.19 0.62 0 0.49
HSL 281.25º 0.45% 0.35% -
HSV(B) 281.25º 0.62% 0.51% -
XYZ 10.77 6.72 21.5 -
YUV 74.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 104 49 129 0.19 0.62 0 0.49 281.25 0.45 0.35
Hex 68 31 81 13 3E 0 31 119 2D 23
Octal 150 61 201 23 76 0 61 431 55 43
Binary 1101000 110001 10000001 10011 111110 0 110001 100011001 101101 100011

Color Harmonies of #683181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683181

Black with #683181

Text Example


Text Example

White with #683181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683181; }

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

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

background-color css

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

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

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

border-color css

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

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

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