#66012D

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

Shades of Tyrian Purple #66012D

Tints of Tyrian Purple #66012D

Color information

#66012D (or 0x66012D) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 2D. RGB value is (102,1,45). Sum of RGB (Red+Green+Blue) = 102+1+45=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66012D is #99FED2. Grayscale: #242424. Windows color (decimal): -10092243 or 2949478. OLE color: 2949478.

HSL color Cylindrical-coordinate representation of color #66012D: hue angle of 333.86º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66012D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB102145-
CMYK00.990.560.6
HSL333.86º98.06%20.2%-
HSV(B)333.86º99.02%40%-
XYZ5.963.042.75-
YUV36.21132.96174.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=68.92%
G=0.68%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10214500.990.560.6333.8698.0620.2
Hex6612D063383C14e6214
Octal1461550143707451614224
Binary1100110110110101100011111000111100101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66012D; }

 p { color: rgb(102,1,45); }

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

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

 a { background-color: rgb(102,1,45); }

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

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

 span { border-color: rgb(102,1,45); }

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