#660245

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

Shades of Tyrian Purple #660245

Tints of Tyrian Purple #660245

Color information

#660245 (or 0x660245) is unknown color: approx Tyrian Purple. HEX triplet: 66, 02 and 45. RGB value is (102,2,69). Sum of RGB (Red+Green+Blue) = 102+2+69=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #660245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660245 is #99FDBA. Grayscale: #272727. Windows color (decimal): -10091963 or 4522598. OLE color: 4522598.

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

Color convert

RGB102269-
CMYK00.980.320.6
HSL319.8º96.15%20.39%-
HSV(B)319.8º98.04%40%-
XYZ6.583.35.92-
YUV39.54144.63172.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=58.96%
G=1.16%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226900.980.320.6319.896.1520.39
Hex66245062203C1406014
Octal14621050142407450014024
Binary110011010100010101100010100000111100101000000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660245; }

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

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

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

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

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

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

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

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