#600940

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

Shades of Tyrian Purple #600940

Tints of Tyrian Purple #600940

Color information

#600940 (or 0x600940) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 40. RGB value is (96,9,64). Sum of RGB (Red+Green+Blue) = 96+9+64=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600940 is #9FF6BF. Grayscale: #292929. Windows color (decimal): -10483392 or 4196704. OLE color: 4196704.

HSL color Cylindrical-coordinate representation of color #600940: hue angle of 322.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600940 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB96964-
CMYK00.910.330.62
HSL322.07º82.86%20.59%-
HSV(B)322.07º90.62%37.65%-
XYZ5.853.055.13-
YUV41.28140.82167.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=56.80%
G=5.33%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9696400.910.330.62322.0782.8620.59
Hex6094005B213E1425315
Octal140111000133417650212325
Binary11000001001100000001011011100001111110101000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600940; }

 p { color: rgb(96,9,64); }

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

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

 a { background-color: rgb(96,9,64); }

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

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

 span { border-color: rgb(96,9,64); }

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