#660B2C

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

Shades of Tyrian Purple #660B2C

Tints of Tyrian Purple #660B2C

Color information

#660B2C (or 0x660B2C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0B and 2C. RGB value is (102,11,44). Sum of RGB (Red+Green+Blue) = 102+11+44=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #660B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B2C is #99F4D3. Grayscale: #292929. Windows color (decimal): -10089684 or 2886502. OLE color: 2886502.

HSL color Cylindrical-coordinate representation of color #660B2C: hue angle of 338.24º 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 #660B2C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1021144-
CMYK00.890.570.6
HSL338.24º80.53%22.16%-
HSV(B)338.24º89.22%40%-
XYZ6.053.252.69-
YUV41.97129.15170.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=64.97%
G=7.01%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102114400.890.570.6338.2480.5322.16
Hex66B2C059393C1525116
Octal14613540131717452212126
Binary1100110101110110001011001111001111100101010010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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