#660446

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

Shades of Tyrian Purple #660446

Tints of Tyrian Purple #660446

Color information

#660446 (or 0x660446) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 46. RGB value is (102,4,70). Sum of RGB (Red+Green+Blue) = 102+4+70=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660446 is #99FBB9. Grayscale: #282828. Windows color (decimal): -10091450 or 4588646. OLE color: 4588646.

HSL color Cylindrical-coordinate representation of color #660446: hue angle of 319.59º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660446 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB102470-
CMYK00.960.310.6
HSL319.59º92.45%20.78%-
HSV(B)319.59º96.08%40%-
XYZ6.633.356.09-
YUV40.83144.47171.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=57.95%
G=2.27%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10247000.960.310.6319.5992.4520.78
Hex664460601F3C1405c15
Octal14641060140377450013425
Binary110011010010001100110000011111111100101000000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660446; }

 p { color: rgb(102,4,70); }

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

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

 a { background-color: rgb(102,4,70); }

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

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

 span { border-color: rgb(102,4,70); }

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