#660A4E

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

Shades of Tyrian Purple #660A4E

Tints of Tyrian Purple #660A4E

Color information

#660A4E (or 0x660A4E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 4E. RGB value is (102,10,78). Sum of RGB (Red+Green+Blue) = 102+10+78=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A4E is #99F5B1. Grayscale: #2D2D2D. Windows color (decimal): -10089906 or 5114470. OLE color: 5114470.

HSL color Cylindrical-coordinate representation of color #660A4E: hue angle of 315.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A4E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1021078-
CMYK00.900.240.6
HSL315.65º82.14%21.96%-
HSV(B)315.65º90.2%40%-
XYZ6.963.597.53-
YUV45.26146.48168.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=53.68%
G=5.26%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102107800.900.240.6315.6582.1421.96
Hex66A4E05A183C13c5216
Octal146121160132307447412226
Binary1100110101010011100101101011000111100100111100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,10,78); }

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

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

 a { background-color: rgb(102,10,78); }

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

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

 span { border-color: rgb(102,10,78); }

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