#66053B

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

Shades of Tyrian Purple #66053B

Tints of Tyrian Purple #66053B

Color information

#66053B (or 0x66053B) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 3B. RGB value is (102,5,59). Sum of RGB (Red+Green+Blue) = 102+5+59=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66053B is #99FAC4. Grayscale: #282828. Windows color (decimal): -10091205 or 3868006. OLE color: 3868006.

HSL color Cylindrical-coordinate representation of color #66053B: hue angle of 326.6º 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 #66053B is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB102559-
CMYK00.950.420.6
HSL326.6º90.65%20.98%-
HSV(B)326.6º95.1%40%-
XYZ6.323.254.43-
YUV40.16138.64172.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=61.45%
G=3.01%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10255900.950.420.6326.690.6520.98
Hex6653B05F2A3C1475b15
Octal1465730137527450713325
Binary110011010111101101011111101010111100101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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