#660153

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

Shades of Tyrian Purple #660153

Tints of Tyrian Purple #660153

Color information

#660153 (or 0x660153) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 53. RGB value is (102,1,83). Sum of RGB (Red+Green+Blue) = 102+1+83=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #660153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660153 is #99FEAC. Grayscale: #282828. Windows color (decimal): -10092205 or 5439846. OLE color: 5439846.

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

Color convert

RGB102183-
CMYK00.990.190.6
HSL311.29º98.06%20.2%-
HSV(B)311.29º99.02%40%-
XYZ7.053.478.48-
YUV40.55151.96171.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=54.84%
G=0.54%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10218300.990.190.6311.2998.0620.2
Hex66153063133C1376214
Octal14611230143237446714224
Binary1100110110100110110001110011111100100110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660153; }

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

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

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

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

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

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

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

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