#660240

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

Shades of Tyrian Purple #660240

Tints of Tyrian Purple #660240

Color information

#660240 (or 0x660240) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 40. RGB value is (102,2,64). Sum of RGB (Red+Green+Blue) = 102+2+64=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660240 is #99FDBF. Grayscale: #262626. Windows color (decimal): -10091968 or 4194918. OLE color: 4194918.

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

Color convert

RGB102264-
CMYK00.980.370.6
HSL322.8º96.15%20.39%-
HSV(B)322.8º98.04%40%-
XYZ6.433.245.14-
YUV38.97142.13172.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=60.71%
G=1.19%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226400.980.370.6322.896.1520.39
Hex66240062253C1436014
Octal14621000142457450314024
Binary110011010100000001100010100101111100101000011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660240; }

 p { color: rgb(102,2,64); }

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

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

 a { background-color: rgb(102,2,64); }

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

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

 span { border-color: rgb(102,2,64); }

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