#600E47

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

Shades of Tyrian Purple #600E47

Tints of Tyrian Purple #600E47

Color information

#600E47 (or 0x600E47) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0E and 47. RGB value is (96,14,71). Sum of RGB (Red+Green+Blue) = 96+14+71=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E47 is #9FF1B8. Grayscale: #2C2C2C. Windows color (decimal): -10482105 or 4656736. OLE color: 4656736.

HSL color Cylindrical-coordinate representation of color #600E47: hue angle of 318.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E47 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB961471-
CMYK00.850.260.62
HSL318.29º74.55%21.57%-
HSV(B)318.29º85.42%37.65%-
XYZ6.123.266.27-
YUV45.02142.67164.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=53.04%
G=7.73%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96147100.850.260.62318.2974.5521.57
Hex60E470551A3E13e4b16
Octal140161070125327647611326
Binary1100000111010001110101010111010111110100111110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600E47; }

 p { color: rgb(96,14,71); }

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

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

 a { background-color: rgb(96,14,71); }

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

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

 span { border-color: rgb(96,14,71); }

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