#660447

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

Shades of Tyrian Purple #660447

Tints of Tyrian Purple #660447

Color information

#660447 (or 0x660447) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 47. RGB value is (102,4,71). Sum of RGB (Red+Green+Blue) = 102+4+71=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #660447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660447 is #99FBB8. Grayscale: #282828. Windows color (decimal): -10091449 or 4654182. OLE color: 4654182.

HSL color Cylindrical-coordinate representation of color #660447: hue angle of 318.98º 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 #660447 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB102471-
CMYK00.960.300.6
HSL318.98º92.45%20.78%-
HSV(B)318.98º96.08%40%-
XYZ6.663.376.26-
YUV40.94144.97171.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=57.63%
G=2.26%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10247100.960.300.6318.9892.4520.78
Hex664470601E3C13f5c15
Octal14641070140367447713425
Binary110011010010001110110000011110111100100111111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660447; }

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

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

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

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

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

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

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

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