#660028

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

Shades of Tyrian Purple #660028

Tints of Tyrian Purple #660028

Color information

#660028 (or 0x660028) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 28. RGB value is (102,0,40). Sum of RGB (Red+Green+Blue) = 102+0+40=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660028 is #99FFD7. Grayscale: #232323. Windows color (decimal): -10092504 or 2621542. OLE color: 2621542.

HSL color Cylindrical-coordinate representation of color #660028: hue angle of 336.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660028 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB102040-
CMYK010.610.6
HSL336.47º100%20%-
HSV(B)336.47º100%40%-
XYZ5.862.982.27-
YUV35.06130.79175.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=71.83%
G=0%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102040010.610.6336.4710020
Hex660280643D3C1506414
Octal1460500144757452014424
Binary1100110010100001100100111101111100101010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660028; }

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

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

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

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

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

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

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

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