#660A52

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

Shades of Tyrian Purple #660A52

Tints of Tyrian Purple #660A52

Color information

#660A52 (or 0x660A52) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 52. RGB value is (102,10,82). Sum of RGB (Red+Green+Blue) = 102+10+82=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #660A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A52 is #99F5AD. Grayscale: #2D2D2D. Windows color (decimal): -10089902 or 5376614. OLE color: 5376614.

HSL color Cylindrical-coordinate representation of color #660A52: hue angle of 313.04º 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 #660A52 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1021082-
CMYK00.900.200.6
HSL313.04º82.14%21.96%-
HSV(B)313.04º90.2%40%-
XYZ7.113.658.31-
YUV45.72148.48168.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=52.58%
G=5.15%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102108200.900.200.6313.0482.1421.96
Hex66A5205A143C1395216
Octal146121220132247447112226
Binary1100110101010100100101101010100111100100111001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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