#663378

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

Shades of Eminence #663378

Tints of Eminence #663378

Color information

#663378 (or 0x663378) is unknown color: approx Eminence. HEX triplet: 66, 33 and 78. RGB value is (102,51,120). Sum of RGB (Red+Green+Blue) = 102+51+120=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #663378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663378 is #99CC87. Grayscale: #494949. Windows color (decimal): -10079368 or 7877478. OLE color: 7877478.

HSL color Cylindrical-coordinate representation of color #663378: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663378 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10251120-
CMYK0.150.5800.53
HSL284.35º40.35%33.53%-
HSV(B)284.35º57.5%47.06%-
XYZ10.056.5518.5-
YUV74.11153.9147.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=37.36%
G=18.68%
B=43.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102511200.150.5800.53284.3540.3533.53
Hex663378F3A03511c2822
Octal1466317017720654345042
Binary1100110110011111100011111110100110101100011100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663378; }

 p { color: rgb(102,51,120); }

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

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

 a { background-color: rgb(102,51,120); }

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

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

 span { border-color: rgb(102,51,120); }

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