#660951

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

Shades of Tyrian Purple #660951

Tints of Tyrian Purple #660951

Color information

#660951 (or 0x660951) is unknown color: approx Tyrian Purple. HEX triplet: 66, 09 and 51. RGB value is (102,9,81). Sum of RGB (Red+Green+Blue) = 102+9+81=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #660951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660951 is #99F6AE. Grayscale: #2C2C2C. Windows color (decimal): -10090159 or 5310822. OLE color: 5310822.

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

Color convert

RGB102981-
CMYK00.910.210.6
HSL313.55º83.78%21.76%-
HSV(B)313.55º91.18%40%-
XYZ7.063.618.11-
YUV45.02148.31168.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=53.12%
G=4.69%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298100.910.210.6313.5583.7821.76
Hex6695105B153C13a5416
Octal146111210133257447212426
Binary1100110100110100010101101110101111100100111010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660951; }

 p { color: rgb(102,9,81); }

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

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

 a { background-color: rgb(102,9,81); }

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

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

 span { border-color: rgb(102,9,81); }

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