#660947

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

Shades of Tyrian Purple #660947

Tints of Tyrian Purple #660947

Color information

#660947 (or 0x660947) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 47. RGB value is (102,9,71). Sum of RGB (Red+Green+Blue) = 102+9+71=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #660947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660947 is #99F6B8. Grayscale: #2B2B2B. Windows color (decimal): -10090169 or 4655462. OLE color: 4655462.

HSL color Cylindrical-coordinate representation of color #660947: hue angle of 320º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660947 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB102971-
CMYK00.910.300.6
HSL320º83.78%21.76%-
HSV(B)320º91.18%40%-
XYZ6.713.486.28-
YUV43.88143.31169.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=56.04%
G=4.95%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10297100.910.300.632083.7821.76
Hex6694705B1E3C1405416
Octal146111070133367450012426
Binary1100110100110001110101101111110111100101000000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660947; }

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

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

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

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

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

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

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

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