#660542

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

Shades of Tyrian Purple #660542

Tints of Tyrian Purple #660542

Color information

#660542 (or 0x660542) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 42. RGB value is (102,5,66). Sum of RGB (Red+Green+Blue) = 102+5+66=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660542 is #99FABD. Grayscale: #282828. Windows color (decimal): -10091198 or 4326758. OLE color: 4326758.

HSL color Cylindrical-coordinate representation of color #660542: hue angle of 322.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660542 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB102566-
CMYK00.950.350.6
HSL322.27º90.65%20.98%-
HSV(B)322.27º95.1%40%-
XYZ6.523.335.45-
YUV40.96142.14171.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=58.96%
G=2.89%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10256600.950.350.6322.2790.6520.98
Hex6654205F233C1425b15
Octal14651020137437450213325
Binary1100110101100001001011111100011111100101000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660542; }

 p { color: rgb(102,5,66); }

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

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

 a { background-color: rgb(102,5,66); }

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

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

 span { border-color: rgb(102,5,66); }

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