#662C7F

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

Shades of Eminence #662C7F

Tints of Eminence #662C7F

Color information

#662C7F (or 0x662C7F) is unknown color: approx Eminence. HEX triplet: 66, 2C and 7F. RGB value is (102,44,127). Sum of RGB (Red+Green+Blue) = 102+44+127=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #662C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C7F is #99D380. Grayscale: #464646. Windows color (decimal): -10081153 or 8334438. OLE color: 8334438.

HSL color Cylindrical-coordinate representation of color #662C7F: hue angle of 281.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662C7F is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10244127-
CMYK0.200.6500.50
HSL281.93º48.54%33.53%-
HSV(B)281.93º65.35%49.8%-
XYZ10.216.1620.73-
YUV70.8159.72150.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 127 (50% from 255) = 46.52%
R=37.36%
G=16.12%
B=46.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102441270.200.6500.50281.9348.5433.53
Hex662C7F144103211a3122
Octal14654177241010624326142
Binary110011010110011111111010010000010110010100011010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662C7F; }

 p { color: rgb(102,44,127); }

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

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

 a { background-color: rgb(102,44,127); }

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

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

 span { border-color: rgb(102,44,127); }

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