#660548

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

Shades of Tyrian Purple #660548

Tints of Tyrian Purple #660548

Color information

#660548 (or 0x660548) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 48. RGB value is (102,5,72). Sum of RGB (Red+Green+Blue) = 102+5+72=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #660548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660548 is #99FAB7. Grayscale: #292929. Windows color (decimal): -10091192 or 4719974. OLE color: 4719974.

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

Color convert

RGB102572-
CMYK00.950.290.6
HSL318.56º90.65%20.98%-
HSV(B)318.56º95.1%40%-
XYZ6.73.46.43-
YUV41.64145.14171.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=56.98%
G=2.79%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10257200.950.290.6318.5690.6520.98
Hex6654805F1D3C13f5b15
Octal14651100137357447713325
Binary110011010110010000101111111101111100100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660548; }

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

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

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

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

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

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

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

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