#660155

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

Shades of Tyrian Purple #660155

Tints of Tyrian Purple #660155

Color information

#660155 (or 0x660155) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 55. RGB value is (102,1,85). Sum of RGB (Red+Green+Blue) = 102+1+85=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660155 is #99FEAA. Grayscale: #282828. Windows color (decimal): -10092203 or 5570918. OLE color: 5570918.

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

Color convert

RGB102185-
CMYK00.990.170.6
HSL310.1º98.06%20.2%-
HSV(B)310.1º99.02%40%-
XYZ7.133.58.89-
YUV40.78152.96171.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=54.26%
G=0.53%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10218500.990.170.6310.198.0620.2
Hex66155063113C1366214
Octal14611250143217446614224
Binary1100110110101010110001110001111100100110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660155; }

 p { color: rgb(102,1,85); }

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

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

 a { background-color: rgb(102,1,85); }

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

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

 span { border-color: rgb(102,1,85); }

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