#660247

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

Shades of Tyrian Purple #660247

Tints of Tyrian Purple #660247

Color information

#660247 (or 0x660247) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 47. RGB value is (102,2,71). Sum of RGB (Red+Green+Blue) = 102+2+71=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #660247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660247 is #99FDB8. Grayscale: #272727. Windows color (decimal): -10091961 or 4653670. OLE color: 4653670.

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

Color convert

RGB102271-
CMYK00.980.300.6
HSL318.6º96.15%20.39%-
HSV(B)318.6º98.04%40%-
XYZ6.643.326.25-
YUV39.77145.63172.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=58.29%
G=1.14%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10227100.980.300.6318.696.1520.39
Hex662470621E3C13f6014
Octal14621070142367447714024
Binary11001101010001110110001011110111100100111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660247; }

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

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

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

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

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

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

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

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