#660154

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

Shades of Tyrian Purple #660154

Tints of Tyrian Purple #660154

Color information

#660154 (or 0x660154) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 54. RGB value is (102,1,84). Sum of RGB (Red+Green+Blue) = 102+1+84=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660154 is #99FEAB. Grayscale: #282828. Windows color (decimal): -10092204 or 5505382. OLE color: 5505382.

HSL color Cylindrical-coordinate representation of color #660154: hue angle of 310.69º 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 #660154 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB102184-
CMYK00.990.180.6
HSL310.69º98.06%20.2%-
HSV(B)310.69º99.02%40%-
XYZ7.093.498.69-
YUV40.66152.46171.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=54.55%
G=0.53%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10218400.990.180.6310.6998.0620.2
Hex66154063123C1376214
Octal14611240143227446714224
Binary1100110110101000110001110010111100100110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660154; }

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

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

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

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

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

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

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

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