#660342

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

Shades of Tyrian Purple #660342

Tints of Tyrian Purple #660342

Color information

#660342 (or 0x660342) is unknown color: approx Tyrian Purple. HEX triplet: 66, 03 and 42. RGB value is (102,3,66). Sum of RGB (Red+Green+Blue) = 102+3+66=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #660342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660342 is #99FCBD. Grayscale: #272727. Windows color (decimal): -10091710 or 4326246. OLE color: 4326246.

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

Color convert

RGB102366-
CMYK00.970.350.6
HSL321.82º94.29%20.59%-
HSV(B)321.82º97.06%40%-
XYZ6.53.285.45-
YUV39.78142.8172.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=59.65%
G=1.75%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10236600.970.350.6321.8294.2920.59
Hex66342061233C1425e15
Octal14631020141437450213625
Binary110011011100001001100001100011111100101000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660342; }

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

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

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

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

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

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

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

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