#660241

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

Shades of Tyrian Purple #660241

Tints of Tyrian Purple #660241

Color information

#660241 (or 0x660241) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 41. RGB value is (102,2,65). Sum of RGB (Red+Green+Blue) = 102+2+65=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #660241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660241 is #99FDBE. Grayscale: #262626. Windows color (decimal): -10091967 or 4260454. OLE color: 4260454.

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

Color convert

RGB102265-
CMYK00.980.360.6
HSL322.2º96.15%20.39%-
HSV(B)322.2º98.04%40%-
XYZ6.463.255.29-
YUV39.08142.63172.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=60.36%
G=1.18%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226500.980.360.6322.296.1520.39
Hex66241062243C1426014
Octal14621010142447450214024
Binary110011010100000101100010100100111100101000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660241; }

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

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

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

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

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

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

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

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