#661042

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

Shades of Tyrian Purple #661042

Tints of Tyrian Purple #661042

Color information

#661042 (or 0x661042) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 42. RGB value is (102,16,66). Sum of RGB (Red+Green+Blue) = 102+16+66=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #661042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661042 is #99EFBD. Grayscale: #2F2F2F. Windows color (decimal): -10088382 or 4329574. OLE color: 4329574.

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

Color convert

RGB1021666-
CMYK00.840.350.6
HSL325.12º72.88%23.14%-
HSV(B)325.12º84.31%40%-
XYZ6.653.595.5-
YUV47.41138.49166.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=55.43%
G=8.70%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102166600.840.350.6325.1272.8823.14
Hex661042054233C1454917
Octal146201020124437450511127
Binary110011010000100001001010100100011111100101000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661042; }

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

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

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

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

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

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

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

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