#600037

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

Shades of Tyrian Purple #600037

Tints of Tyrian Purple #600037

Color information

#600037 (or 0x600037) is unknown color: approx Tyrian Purple. HEX triplet: 60, 00 and 37. RGB value is (96,0,55). Sum of RGB (Red+Green+Blue) = 96+0+55=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600037 is #9FFFC8. Grayscale: #222222. Windows color (decimal): -10485705 or 3604576. OLE color: 3604576.

HSL color Cylindrical-coordinate representation of color #600037: hue angle of 325.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 #600037 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB96055-
CMYK010.430.62
HSL325.62º100%18.82%-
HSV(B)325.62º100%37.65%-
XYZ5.512.763.86-
YUV34.97139.3171.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=63.58%
G=0%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96055010.430.62325.6210018.82
Hex600370642B3E1466413
Octal1400670144537650614423
Binary1100000011011101100100101011111110101000110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600037; }

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

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

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

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

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

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

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

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