#66013A

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

Shades of Tyrian Purple #66013A

Tints of Tyrian Purple #66013A

Color information

#66013A (or 0x66013A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 3A. RGB value is (102,1,58). Sum of RGB (Red+Green+Blue) = 102+1+58=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #66013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013A is #99FEC5. Grayscale: #252525. Windows color (decimal): -10092230 or 3801446. OLE color: 3801446.

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

Color convert

RGB102158-
CMYK00.990.430.6
HSL326.14º98.06%20.2%-
HSV(B)326.14º99.02%40%-
XYZ6.253.154.28-
YUV37.7139.46173.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=63.35%
G=0.62%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10215800.990.430.6326.1498.0620.2
Hex6613A0632B3C1466214
Octal1461720143537450614224
Binary1100110111101001100011101011111100101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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