#661041

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

Shades of Tyrian Purple #661041

Tints of Tyrian Purple #661041

Color information

#661041 (or 0x661041) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 41. RGB value is (102,16,65). Sum of RGB (Red+Green+Blue) = 102+16+65=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #661041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661041 is #99EFBE. Grayscale: #2F2F2F. Windows color (decimal): -10088383 or 4264038. OLE color: 4264038.

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

Color convert

RGB1021665-
CMYK00.840.360.6
HSL325.81º72.88%23.14%-
HSV(B)325.81º84.31%40%-
XYZ6.623.585.34-
YUV47.3137.99167.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=55.74%
G=8.74%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102166500.840.360.6325.8172.8823.14
Hex661041054243C1464917
Octal146201010124447450611127
Binary110011010000100000101010100100100111100101000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661041; }

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

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

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

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

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

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

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

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