#682b81

Color #682B81 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #682B81

Tints of Eminence #682B81

Color information

#682B81 (or 0x682B81) is unknown color: approx Eminence. HEX triplet: 68, 2B and 81. RGB value is (104,43,129). Sum of RGB (Red+Green+Blue) = 104+43+129=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #682B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682B81 is #97D47E. Grayscale: #464646. Windows color (decimal): -9950335 or 8465256. OLE color: 8465256.

HSL color Cylindrical-coordinate representation of color #682B81: hue angle of 282.56º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682B81 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10443129-
CMYK0.190.6700.49
HSL282.56º50%33.73%-
HSV(B)282.56º66.67%50.59%-
XYZ10.546.2621.42-
YUV71.04160.71151.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=37.68%
G=15.58%
B=46.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104431290.190.6700.49282.565033.73
Hex682B81134303111b3222
Octal15053201231030614336242
Binary1101000101011100000011001110000110110001100011011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682b81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682b81; }

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

 H1.HeaderClassName
 {
   color: #682b81;
 }
 .AnyTagClassName
 {
   color: #682b81;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #682b81;
 }
 .BgClassName
 {
   background-color: #682b81;
 }
</style>
border-color css

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

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

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