#660431

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

Shades of Tyrian Purple #660431

Tints of Tyrian Purple #660431

Color information

#660431 (or 0x660431) is unknown color: approx Tyrian Purple. HEX triplet: 66, 04 and 31. RGB value is (102,4,49). Sum of RGB (Red+Green+Blue) = 102+4+49=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660431 is #99FBCE. Grayscale: #262626. Windows color (decimal): -10091471 or 3212390. OLE color: 3212390.

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

Color convert

RGB102449-
CMYK00.960.520.6
HSL332.45º92.45%20.78%-
HSV(B)332.45º96.08%40%-
XYZ6.083.133.19-
YUV38.43133.97173.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=65.81%
G=2.58%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10244900.960.520.6332.4592.4520.78
Hex66431060343C14c5c15
Octal1464610140647451413425
Binary110011010011000101100000110100111100101001100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660431; }

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

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

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

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

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

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

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

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