#66015A

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

Shades of Tyrian Purple #66015A

Tints of Tyrian Purple #66015A

Color information

#66015A (or 0x66015A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 5A. RGB value is (102,1,90). Sum of RGB (Red+Green+Blue) = 102+1+90=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #66015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66015A is #99FEA5. Grayscale: #292929. Windows color (decimal): -10092198 or 5898598. OLE color: 5898598.

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

Color convert

RGB102190-
CMYK00.990.120.6
HSL307.13º98.06%20.2%-
HSV(B)307.13º99.02%40%-
XYZ7.343.589.98-
YUV41.34155.46171.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=52.85%
G=0.52%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219000.990.120.6307.1398.0620.2
Hex6615A063C3C1336214
Octal14611320143147446314224
Binary110011011011010011000111100111100100110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66015A; }

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

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

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

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

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

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

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

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