#660536

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

Shades of Tyrian Purple #660536

Tints of Tyrian Purple #660536

Color information

#660536 (or 0x660536) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 36. RGB value is (102,5,54). Sum of RGB (Red+Green+Blue) = 102+5+54=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #660536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660536 is #99FAC9. Grayscale: #272727. Windows color (decimal): -10091210 or 3540326. OLE color: 3540326.

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

Color convert

RGB102554-
CMYK00.950.470.6
HSL329.69º90.65%20.98%-
HSV(B)329.69º95.1%40%-
XYZ6.23.23.78-
YUV39.59136.14172.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=63.35%
G=3.11%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10255400.950.470.6329.6990.6520.98
Hex6653605F2F3C14a5b15
Octal1465660137577451213325
Binary110011010111011001011111101111111100101001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660536; }

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

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

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

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

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

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

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

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