#660A2F

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

Shades of Tyrian Purple #660A2F

Tints of Tyrian Purple #660A2F

Color information

#660A2F (or 0x660A2F) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 2F. RGB value is (102,10,47). Sum of RGB (Red+Green+Blue) = 102+10+47=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A2F is #99F5D0. Grayscale: #292929. Windows color (decimal): -10089937 or 3082854. OLE color: 3082854.

HSL color Cylindrical-coordinate representation of color #660A2F: hue angle of 335.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A2F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1021047-
CMYK00.900.540.6
HSL335.87º82.14%21.96%-
HSV(B)335.87º90.2%40%-
XYZ6.13.252.99-
YUV41.73130.98170.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=64.15%
G=6.29%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102104700.900.540.6335.8782.1421.96
Hex66A2F05A363C1505216
Octal14612570132667452012226
Binary1100110101010111101011010110110111100101010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,10,47); }

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

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

 a { background-color: rgb(102,10,47); }

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

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

 span { border-color: rgb(102,10,47); }

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