#660244

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

Shades of Tyrian Purple #660244

Tints of Tyrian Purple #660244

Color information

#660244 (or 0x660244) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 44. RGB value is (102,2,68). Sum of RGB (Red+Green+Blue) = 102+2+68=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660244 is #99FDBB. Grayscale: #272727. Windows color (decimal): -10091964 or 4457062. OLE color: 4457062.

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

Color convert

RGB102268-
CMYK00.980.330.6
HSL320.4º96.15%20.39%-
HSV(B)320.4º98.04%40%-
XYZ6.543.295.76-
YUV39.42144.13172.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=59.30%
G=1.16%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226800.980.330.6320.496.1520.39
Hex66244062213C1406014
Octal14621040142417450014024
Binary110011010100010001100010100001111100101000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660244; }

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

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

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

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

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

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

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

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