#66307A

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

Shades of Eminence #66307A

Tints of Eminence #66307A

Color information

#66307A (or 0x66307A) is unknown color: approx Eminence. HEX triplet: 66, 30 and 7A. RGB value is (102,48,122). Sum of RGB (Red+Green+Blue) = 102+48+122=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #66307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66307A is #99CF85. Grayscale: #484848. Windows color (decimal): -10080134 or 8007782. OLE color: 8007782.

HSL color Cylindrical-coordinate representation of color #66307A: hue angle of 283.78º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66307A is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10248122-
CMYK0.160.6100.52
HSL283.78º43.53%33.33%-
HSV(B)283.78º60.66%47.84%-
XYZ10.056.3419.11-
YUV72.58155.89148.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=37.5%
G=17.65%
B=44.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102481220.160.6100.52283.7843.5333.33
Hex66307A103D03411c2c21
Octal1466017220750644345441
Binary11001101100001111010100001111010110100100011100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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