#660A6F

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

Shades of Purple #660A6F

Tints of Purple #660A6F

Color information

#660A6F (or 0x660A6F) is unknown color: approx Purple. HEX triplet: 66, 0A and 6F. RGB value is (102,10,111). Sum of RGB (Red+Green+Blue) = 102+10+111=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #660A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A6F is #99F590. Grayscale: #303030. Windows color (decimal): -10089873 or 7277158. OLE color: 7277158.

HSL color Cylindrical-coordinate representation of color #660A6F: hue angle of 294.65º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660A6F is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10210111-
CMYK0.080.9100.56
HSL294.65º83.47%23.73%-
HSV(B)294.65º90.99%43.53%-
XYZ8.464.1915.4-
YUV49.02162.98165.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=45.74%
G=4.48%
B=49.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102101110.080.9100.56294.6583.4723.73
Hex66A6F85B0381275318
Octal146121571013307044712330
Binary110011010101101111100010110110111000100100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A6F; }

 p { color: rgb(102,10,111); }

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

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

 a { background-color: rgb(102,10,111); }

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

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

 span { border-color: rgb(102,10,111); }

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