#66013C

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

Shades of Tyrian Purple #66013C

Tints of Tyrian Purple #66013C

Color information

#66013C (or 0x66013C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 3C. RGB value is (102,1,60). Sum of RGB (Red+Green+Blue) = 102+1+60=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013C is #99FEC3. Grayscale: #252525. Windows color (decimal): -10092228 or 3932518. OLE color: 3932518.

HSL color Cylindrical-coordinate representation of color #66013C: hue angle of 324.95º 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 #66013C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB102160-
CMYK00.990.410.6
HSL324.95º98.06%20.2%-
HSV(B)324.95º99.02%40%-
XYZ6.313.174.56-
YUV37.92140.46173.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=62.58%
G=0.61%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10216000.990.410.6324.9598.0620.2
Hex6613C063293C1456214
Octal1461740143517450514224
Binary1100110111110001100011101001111100101000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66013C; }

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

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

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

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

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

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

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

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