#661037

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

Shades of Tyrian Purple #661037

Tints of Tyrian Purple #661037

Color information

#661037 (or 0x661037) is unknown color: approx Tyrian Purple. HEX triplet: 66, 10 and 37. RGB value is (102,16,55). Sum of RGB (Red+Green+Blue) = 102+16+55=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661037 is #99EFC8. Grayscale: #2E2E2E. Windows color (decimal): -10088393 or 3608678. OLE color: 3608678.

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

Color convert

RGB1021655-
CMYK00.840.460.6
HSL332.79º72.88%23.14%-
HSV(B)332.79º84.31%40%-
XYZ6.353.473.95-
YUV46.16132.99167.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=58.96%
G=9.25%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102165500.840.460.6332.7972.8823.14
Hex6610370542E3C14d4917
Octal14620670124567451511127
Binary11001101000011011101010100101110111100101001101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661037; }

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

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

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

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

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

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

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

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