#682683

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

Shades of Eminence #682683

Tints of Eminence #682683

Color information

#682683 (or 0x682683) is unknown color: approx Eminence. HEX triplet: 68, 26 and 83. RGB value is (104,38,131). Sum of RGB (Red+Green+Blue) = 104+38+131=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #682683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682683 is #97D97C. Grayscale: #444444. Windows color (decimal): -9951613 or 8595048. OLE color: 8595048.

HSL color Cylindrical-coordinate representation of color #682683: hue angle of 282.58º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682683 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10438131-
CMYK0.210.7100.49
HSL282.58º55.03%33.14%-
HSV(B)282.58º70.99%51.37%-
XYZ10.55.9722.07-
YUV68.34163.37153.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=38.10%
G=13.92%
B=47.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104381310.210.7100.49282.5855.0333.14
Hex682683154703111b3721
Octal15046203251070614336741
Binary1101000100110100000111010110001110110001100011011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682683; }

 p { color: rgb(104,38,131); }

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

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

 a { background-color: rgb(104,38,131); }

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

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

 span { border-color: rgb(104,38,131); }

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