Html Css Color HEX #600337 Tyrian Purple

📋 copy color: '#600337'

red 96 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #600337

Tints of Tyrian Purple #600337

RGB

 RED value IS 96 (37.89% from 255) = 62.34%

 GREEN value IS 3 (1.56% from 255) = 1.95%

 BLUE value IS 55 (21.88% from 255) = 35.71%

R = 62.34%
G = 1.95%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#600337 (or 0x600337) is known color: Tyrian Purple. HEX triplet: 60, 03 and 37. RGB value is (96,3,55). Sum of RGB (Red+Green+Blue) = 96+3+55=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600337 is #9FFCC8. Grayscale: #242424. Windows color (decimal): -10484937 or 3605344. OLE color: 3605344.

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

Color convert

RGB 96 3 55 -
CMYK 0 0.97 0.43 0.62
HSL 326.45º 0.94% 0.19% -
HSV(B) 326.45º 0.97% 0.38% -
XYZ 5.55 2.83 3.87 -
YUV 36.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 96 3 55 0 0.97 0.43 0.62 326.45 0.94 0.19
Hex 60 3 37 0 61 2B 3E 146 5E 13
Octal 140 3 67 0 141 53 76 506 136 23
Binary 1100000 11 110111 0 1100001 101011 111110 101000110 1011110 10011

Color Harmonies of #600337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600337

Black with #600337

Text Example


Text Example

White with #600337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600337; }

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

 H1.HeaderClassName
 {
   color: #600337;
 }
 .AnyTagClassName
 {
   color: #600337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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