#660529

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

Shades of Tyrian Purple #660529

Tints of Tyrian Purple #660529

Color information

#660529 (or 0x660529) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 29. RGB value is (102,5,41). Sum of RGB (Red+Green+Blue) = 102+5+41=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #660529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660529 is #99FAD6. Grayscale: #262626. Windows color (decimal): -10091223 or 2688358. OLE color: 2688358.

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

Color convert

RGB102541-
CMYK00.950.600.6
HSL337.73º90.65%20.98%-
HSV(B)337.73º95.1%40%-
XYZ5.933.092.38-
YUV38.11129.64173.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=68.92%
G=3.38%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10254100.950.600.6337.7390.6520.98
Hex6652905F3C3C1525b15
Octal1465510137747452213325
Binary110011010110100101011111111100111100101010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660529; }

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

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

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

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

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

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

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

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