#660528

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

Shades of Tyrian Purple #660528

Tints of Tyrian Purple #660528

Color information

#660528 (or 0x660528) is unknown color: approx Tyrian Purple. HEX triplet: 66, 05 and 28. RGB value is (102,5,40). Sum of RGB (Red+Green+Blue) = 102+5+40=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660528 is #99FAD7. Grayscale: #252525. Windows color (decimal): -10091224 or 2622822. OLE color: 2622822.

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

Color convert

RGB102540-
CMYK00.950.610.6
HSL338.35º90.65%20.98%-
HSV(B)338.35º95.1%40%-
XYZ5.923.092.29-
YUV37.99129.14173.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=69.39%
G=3.40%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10254000.950.610.6338.3590.6520.98
Hex6652805F3D3C1525b15
Octal1465500137757452213325
Binary110011010110100001011111111101111100101010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660528; }

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

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

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

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

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

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

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

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