#660128

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

Shades of Tyrian Purple #660128

Tints of Tyrian Purple #660128

Color information

#660128 (or 0x660128) is unknown color: approx Tyrian Purple. HEX triplet: 66, 01 and 28. RGB value is (102,1,40). Sum of RGB (Red+Green+Blue) = 102+1+40=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660128 is #99FED7. Grayscale: #232323. Windows color (decimal): -10092248 or 2621798. OLE color: 2621798.

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

Color convert

RGB102140-
CMYK00.990.610.6
HSL336.83º98.06%20.2%-
HSV(B)336.83º99.02%40%-
XYZ5.8732.28-
YUV35.64130.46175.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=71.33%
G=0.70%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10214000.990.610.6336.8398.0620.2
Hex661280633D3C1516214
Octal1461500143757452114224
Binary1100110110100001100011111101111100101010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660128; }

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

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

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

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

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

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

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

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