#600444

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

Shades of Tyrian Purple #600444

Tints of Tyrian Purple #600444

Color information

#600444 (or 0x600444) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 44. RGB value is (96,4,68). Sum of RGB (Red+Green+Blue) = 96+4+68=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #600444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600444 is #9FFBBB. Grayscale: #262626. Windows color (decimal): -10484668 or 4457568. OLE color: 4457568.

HSL color Cylindrical-coordinate representation of color #600444: hue angle of 318.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600444 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB96468-
CMYK00.960.290.62
HSL318.26º92%19.61%-
HSV(B)318.26º95.83%37.65%-
XYZ5.912.995.73-
YUV38.8144.48168.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=57.14%
G=2.38%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9646800.960.290.62318.269219.61
Hex604440601D3E13e5c14
Octal14041040140357647613424
Binary110000010010001000110000011101111110100111110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600444; }

 p { color: rgb(96,4,68); }

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

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

 a { background-color: rgb(96,4,68); }

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

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

 span { border-color: rgb(96,4,68); }

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