#660031

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

Shades of Tyrian Purple #660031

Tints of Tyrian Purple #660031

Color information

#660031 (or 0x660031) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 31. RGB value is (102,0,49). Sum of RGB (Red+Green+Blue) = 102+0+49=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #660031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660031 is #99FFCE. Grayscale: #232323. Windows color (decimal): -10092495 or 3211366. OLE color: 3211366.

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

Color convert

RGB102049-
CMYK010.520.6
HSL331.18º100%20%-
HSV(B)331.18º100%40%-
XYZ6.033.053.18-
YUV36.08135.29175.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=67.55%
G=0%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102049010.520.6331.1810020
Hex66031064343C14b6414
Octal1460610144647451314424
Binary1100110011000101100100110100111100101001011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660031; }

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

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

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

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

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

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

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

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