#683277

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

Shades of Eminence #683277

Tints of Eminence #683277

Color information

#683277 (or 0x683277) is unknown color: approx Eminence. HEX triplet: 68, 32 and 77. RGB value is (104,50,119). Sum of RGB (Red+Green+Blue) = 104+50+119=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #683277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683277 is #97CD88. Grayscale: #494949. Windows color (decimal): -9948553 or 7811688. OLE color: 7811688.

HSL color Cylindrical-coordinate representation of color #683277: hue angle of 286.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #683277 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10450119-
CMYK0.130.5800.53
HSL286.96º40.83%33.14%-
HSV(B)286.96º57.98%46.67%-
XYZ10.186.5618.18-
YUV74.01153.39149.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=38.10%
G=18.32%
B=43.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104501190.130.5800.53286.9640.8333.14
Hex683277D3A03511f2921
Octal1506216715720654375141
Binary1101000110010111011111011110100110101100011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683277; }

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

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

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

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

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

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

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

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