#660F46

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

Shades of Tyrian Purple #660F46

Tints of Tyrian Purple #660F46

Color information

#660F46 (or 0x660F46) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0F and 46. RGB value is (102,15,70). Sum of RGB (Red+Green+Blue) = 102+15+70=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F46 is #99F0B9. Grayscale: #2F2F2F. Windows color (decimal): -10088634 or 4591462. OLE color: 4591462.

HSL color Cylindrical-coordinate representation of color #660F46: hue angle of 322.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F46 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1021570-
CMYK00.850.310.6
HSL322.07º74.36%22.94%-
HSV(B)322.07º85.29%40%-
XYZ6.763.616.13-
YUV47.28140.82167.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=54.55%
G=8.02%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102157000.850.310.6322.0774.3622.94
Hex66F460551F3C1424a17
Octal146171060125377450211227
Binary1100110111110001100101010111111111100101000010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F46; }

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

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

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

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

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

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

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

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