#660347

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

Shades of Tyrian Purple #660347

Tints of Tyrian Purple #660347

Color information

#660347 (or 0x660347) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 47. RGB value is (102,3,71). Sum of RGB (Red+Green+Blue) = 102+3+71=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660347 is #99FCB8. Grayscale: #282828. Windows color (decimal): -10091705 or 4653926. OLE color: 4653926.

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

Color convert

RGB102371-
CMYK00.970.300.6
HSL318.79º94.29%20.59%-
HSV(B)318.79º97.06%40%-
XYZ6.653.346.26-
YUV40.35145.3171.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=57.95%
G=1.70%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10237100.970.300.6318.7994.2920.59
Hex663470611E3C13f5e15
Octal14631070141367447713625
Binary11001101110001110110000111110111100100111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660347; }

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

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

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

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

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

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

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

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