#660428

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

Shades of Tyrian Purple #660428

Tints of Tyrian Purple #660428

Color information

#660428 (or 0x660428) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 28. RGB value is (102,4,40). Sum of RGB (Red+Green+Blue) = 102+4+40=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #660428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660428 is #99FBD7. Grayscale: #252525. Windows color (decimal): -10091480 or 2622566. OLE color: 2622566.

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

Color convert

RGB102440-
CMYK00.960.610.6
HSL337.96º92.45%20.78%-
HSV(B)337.96º96.08%40%-
XYZ5.913.062.29-
YUV37.41129.47174.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=69.86%
G=2.74%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10244000.960.610.6337.9692.4520.78
Hex664280603D3C1525c15
Octal1464500140757452213425
Binary110011010010100001100000111101111100101010010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660428; }

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

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

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

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

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

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

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

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