Html Css Color HEX #601037 Tyrian Purple

📋 copy color: '#601037'

red 96 ◦ green 16 ◦ blue 55

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

Shades of Tyrian Purple #601037

Tints of Tyrian Purple #601037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 57.49%
G = 9.58%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#601037 (or 0x601037) is known color: Tyrian Purple. HEX triplet: 60, 10 and 37. RGB value is (96,16,55). Sum of RGB (Red+Green+Blue) = 96+16+55=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601037 is #9FEFC8. Grayscale: #2C2C2C. Windows color (decimal): -10481609 or 3608672. OLE color: 3608672.

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

Color convert

RGB 96 16 55 -
CMYK 0 0.83 0.43 0.62
HSL 330.75º 0.71% 0.22% -
HSV(B) 330.75º 0.83% 0.38% -
XYZ 5.7 3.13 3.92 -
YUV 44.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 96 16 55 0 0.83 0.43 0.62 330.75 0.71 0.22
Hex 60 10 37 0 53 2B 3E 14B 47 16
Octal 140 20 67 0 123 53 76 513 107 26
Binary 1100000 10000 110111 0 1010011 101011 111110 101001011 1000111 10110

Color Harmonies of #601037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601037

Black with #601037

Text Example


Text Example

White with #601037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601037; }

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

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

background-color css

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

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

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

border-color css

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

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

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