#600B47

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

Shades of Tyrian Purple #600B47

Tints of Tyrian Purple #600B47

Color information

#600B47 (or 0x600B47) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0B and 47. RGB value is (96,11,71). Sum of RGB (Red+Green+Blue) = 96+11+71=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #600B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B47 is #9FF4B8. Grayscale: #2B2B2B. Windows color (decimal): -10482873 or 4655968. OLE color: 4655968.

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

Color convert

RGB961171-
CMYK00.890.260.62
HSL317.65º79.44%20.98%-
HSV(B)317.65º88.54%37.65%-
XYZ6.083.186.25-
YUV43.26143.66165.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=53.93%
G=6.18%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96117100.890.260.62317.6579.4420.98
Hex60B470591A3E13e4f15
Octal140131070131327647611725
Binary1100000101110001110101100111010111110100111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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