#660051

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

Shades of Tyrian Purple #660051

Tints of Tyrian Purple #660051

Color information

#660051 (or 0x660051) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 51. RGB value is (102,0,81). Sum of RGB (Red+Green+Blue) = 102+0+81=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #660051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660051 is #99FFAE. Grayscale: #272727. Windows color (decimal): -10092463 or 5308518. OLE color: 5308518.

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

Color convert

RGB102081-
CMYK010.210.6
HSL312.35º100%20%-
HSV(B)312.35º100%40%-
XYZ6.963.428.08-
YUV39.73151.29172.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=55.74%
G=0%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102081010.210.6312.3510020
Hex66051064153C1386414
Octal14601210144257447014424
Binary1100110010100010110010010101111100100111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660051; }

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

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

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

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

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

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

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

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