#600047

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

Shades of Tyrian Purple #600047

Tints of Tyrian Purple #600047

Color information

#600047 (or 0x600047) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 47. RGB value is (96,0,71). Sum of RGB (Red+Green+Blue) = 96+0+71=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600047 is #9FFFB8. Grayscale: #242424. Windows color (decimal): -10485689 or 4653152. OLE color: 4653152.

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

Color convert

RGB96071-
CMYK010.260.62
HSL315.62º100%18.82%-
HSV(B)315.62º100%37.65%-
XYZ5.962.946.21-
YUV36.8147.3170.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=57.49%
G=0%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96071010.260.62315.6210018.82
Hex600470641A3E13c6413
Octal14001070144327647414423
Binary1100000010001110110010011010111110100111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600047; }

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

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

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

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

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

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

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

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