#683A7B

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

Shades of Eminence #683A7B

Tints of Eminence #683A7B

Color information

#683A7B (or 0x683A7B) is unknown color: approx Eminence. HEX triplet: 68, 3A and 7B. RGB value is (104,58,123). Sum of RGB (Red+Green+Blue) = 104+58+123=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #683A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A7B is #97C584. Grayscale: #4E4E4E. Windows color (decimal): -9946501 or 8075880. OLE color: 8075880.

HSL color Cylindrical-coordinate representation of color #683A7B: hue angle of 282.46º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683A7B is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10458123-
CMYK0.150.5300.52
HSL282.46º35.91%35.49%-
HSV(B)282.46º52.85%48.24%-
XYZ10.87.419.6-
YUV79.16152.74145.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=36.49%
G=20.35%
B=43.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104581230.150.5300.52282.4635.9135.49
Hex683A7BF3503411a2423
Octal1507217317650644324443
Binary1101000111010111101111111101010110100100011010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683A7B; }

 p { color: rgb(104,58,123); }

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

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

 a { background-color: rgb(104,58,123); }

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

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

 span { border-color: rgb(104,58,123); }

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