#660448

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

Shades of Tyrian Purple #660448

Tints of Tyrian Purple #660448

Color information

#660448 (or 0x660448) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 48. RGB value is (102,4,72). Sum of RGB (Red+Green+Blue) = 102+4+72=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #660448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660448 is #99FBB7. Grayscale: #282828. Windows color (decimal): -10091448 or 4719718. OLE color: 4719718.

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

Color convert

RGB102472-
CMYK00.960.290.6
HSL318.37º92.45%20.78%-
HSV(B)318.37º96.08%40%-
XYZ6.693.386.43-
YUV41.05145.47171.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=57.30%
G=2.25%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10247200.960.290.6318.3792.4520.78
Hex664480601D3C13e5c15
Octal14641100140357447613425
Binary110011010010010000110000011101111100100111110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660448; }

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

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

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

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

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

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

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

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