#66053E

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

Shades of Tyrian Purple #66053E

Tints of Tyrian Purple #66053E

Color information

#66053E (or 0x66053E) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 3E. RGB value is (102,5,62). Sum of RGB (Red+Green+Blue) = 102+5+62=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66053E is #99FAC1. Grayscale: #282828. Windows color (decimal): -10091202 or 4064614. OLE color: 4064614.

HSL color Cylindrical-coordinate representation of color #66053E: hue angle of 324.74º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66053E is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB102562-
CMYK00.950.390.6
HSL324.74º90.65%20.98%-
HSV(B)324.74º95.1%40%-
XYZ6.43.284.85-
YUV40.5140.14171.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 62 (24.61% from 255) = 36.69%
R=60.36%
G=2.96%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10256200.950.390.6324.7490.6520.98
Hex6653E05F273C1455b15
Octal1465760137477450513325
Binary110011010111111001011111100111111100101000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66053E; }

 p { color: rgb(102,5,62); }

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

<style>
 a { background-color: #66053E; }

 a { background-color: rgb(102,5,62); }

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

<style>
 span { border-color: #66053E; }

 span { border-color: rgb(102,5,62); }

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