#66317A

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

Shades of Eminence #66317A

Tints of Eminence #66317A

Color information

#66317A (or 0x66317A) is unknown color: approx Eminence. HEX triplet: 66, 31 and 7A. RGB value is (102,49,122). Sum of RGB (Red+Green+Blue) = 102+49+122=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #66317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66317A is #99CE85. Grayscale: #484848. Windows color (decimal): -10079878 or 8008038. OLE color: 8008038.

HSL color Cylindrical-coordinate representation of color #66317A: hue angle of 283.56º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66317A is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10249122-
CMYK0.160.6000.52
HSL283.56º42.69%33.53%-
HSV(B)283.56º59.84%47.84%-
XYZ10.096.4319.12-
YUV73.17155.56148.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=37.36%
G=17.95%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102491220.160.6000.52283.5642.6933.53
Hex66317A103C03411c2b22
Octal1466117220740644345342
Binary11001101100011111010100001111000110100100011100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66317A; }

 p { color: rgb(102,49,122); }

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

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

 a { background-color: rgb(102,49,122); }

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

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

 span { border-color: rgb(102,49,122); }

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