#660B51

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

Shades of Tyrian Purple #660B51

Tints of Tyrian Purple #660B51

Color information

#660B51 (or 0x660B51) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0B and 51. RGB value is (102,11,81). Sum of RGB (Red+Green+Blue) = 102+11+81=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #660B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B51 is #99F4AE. Grayscale: #2E2E2E. Windows color (decimal): -10089647 or 5311334. OLE color: 5311334.

HSL color Cylindrical-coordinate representation of color #660B51: hue angle of 313.85º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B51 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1021181-
CMYK00.890.210.6
HSL313.85º80.53%22.16%-
HSV(B)313.85º89.22%40%-
XYZ7.083.668.12-
YUV46.19147.65167.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=52.58%
G=5.67%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102118100.890.210.6313.8580.5322.16
Hex66B51059153C13a5116
Octal146131210131257447212126
Binary1100110101110100010101100110101111100100111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B51; }

 p { color: rgb(102,11,81); }

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

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

 a { background-color: rgb(102,11,81); }

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

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

 span { border-color: rgb(102,11,81); }

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