Html Css Color HEX #600037 Tyrian Purple

📋 copy color: '#600037'

red 96 ◦ green 0 ◦ blue 55

#600037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #600037

Tints of Tyrian Purple #600037

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 value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#600037 (or 0x600037) is known color: 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

RGB 96 0 55 -
CMYK 0 1 0.43 0.62
HSL 325.63º 1% 0.19% -
HSV(B) 325.63º 1% 0.38% -
XYZ 5.51 2.76 3.86 -
YUV 34.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 96 0 55 0 1 0.43 0.62 325.63 1 0.19
Hex 60 0 37 0 64 2B 3E 146 64 13
Octal 140 0 67 0 144 53 76 506 144 23
Binary 1100000 0 110111 0 1100100 101011 111110 101000110 1100100 10011

Color Harmonies of #600037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600037

Black with #600037

Text Example


Text Example

White with #600037

Text Example


Text Example

HTML Codes & Css Web 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>