#66052A

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

Shades of Tyrian Purple #66052A

Tints of Tyrian Purple #66052A

Color information

#66052A (or 0x66052A) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 2A. RGB value is (102,5,42). Sum of RGB (Red+Green+Blue) = 102+5+42=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66052A is #99FAD5. Grayscale: #262626. Windows color (decimal): -10091222 or 2753894. OLE color: 2753894.

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

Color convert

RGB102542-
CMYK00.950.590.6
HSL337.11º90.65%20.98%-
HSV(B)337.11º95.1%40%-
XYZ5.953.12.48-
YUV38.22130.14173.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=68.46%
G=3.36%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10254200.950.590.6337.1190.6520.98
Hex6652A05F3B3C1515b15
Octal1465520137737452113325
Binary110011010110101001011111111011111100101010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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