#683281

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

Shades of Eminence #683281

Tints of Eminence #683281

Color information

#683281 (or 0x683281) is unknown color: approx Eminence. HEX triplet: 68, 32 and 81. RGB value is (104,50,129). Sum of RGB (Red+Green+Blue) = 104+50+129=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #683281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683281 is #97CD7E. Grayscale: #4A4A4A. Windows color (decimal): -9948543 or 8467048. OLE color: 8467048.

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

Color convert

RGB10450129-
CMYK0.190.6100.49
HSL281.01º44.13%35.1%-
HSV(B)281.01º61.24%50.59%-
XYZ10.816.8121.51-
YUV75.15158.39148.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=36.75%
G=17.67%
B=45.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104501290.190.6100.49281.0144.1335.1
Hex683281133D0311192c23
Octal1506220123750614315443
Binary110100011001010000001100111111010110001100011001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683281; }

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

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

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

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

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

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

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

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