#660450

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

Shades of Tyrian Purple #660450

Tints of Tyrian Purple #660450

Color information

#660450 (or 0x660450) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 50. RGB value is (102,4,80). Sum of RGB (Red+Green+Blue) = 102+4+80=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #660450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660450 is #99FBAF. Grayscale: #292929. Windows color (decimal): -10091440 or 5244006. OLE color: 5244006.

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

Color convert

RGB102480-
CMYK00.960.220.6
HSL313.47º92.45%20.78%-
HSV(B)313.47º96.08%40%-
XYZ6.973.497.9-
YUV41.97149.47170.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=54.84%
G=2.15%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10248000.960.220.6313.4792.4520.78
Hex66450060163C1395c15
Octal14641200140267447113425
Binary110011010010100000110000010110111100100111001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660450; }

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

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

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

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

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

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

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

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