Html Css Color HEX #601039 Tyrian Purple

📋 copy color: '#601039'

red 96 ◦ green 16 ◦ blue 57

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

Shades of Tyrian Purple #601039

Tints of Tyrian Purple #601039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 33.73%

R = 56.8%
G = 9.47%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#601039 (or 0x601039) is known color: Tyrian Purple. HEX triplet: 60, 10 and 39. RGB value is (96,16,57). Sum of RGB (Red+Green+Blue) = 96+16+57=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601039 is #9FEFC6. Grayscale: #2C2C2C. Windows color (decimal): -10481607 or 3739744. OLE color: 3739744.

HSL color Cylindrical-coordinate representation of color #601039: hue angle of 329.25º 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 #601039 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 57 -
CMYK 0 0.83 0.41 0.62
HSL 329.25º 0.71% 0.22% -
HSV(B) 329.25º 0.83% 0.38% -
XYZ 5.75 3.15 4.18 -
YUV 44.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 96 16 57 0 0.83 0.41 0.62 329.25 0.71 0.22
Hex 60 10 39 0 53 29 3E 149 47 16
Octal 140 20 71 0 123 51 76 511 107 26
Binary 1100000 10000 111001 0 1010011 101001 111110 101001001 1000111 10110

Color Harmonies of #601039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601039

Black with #601039

Text Example


Text Example

White with #601039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601039; }

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

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

background-color css

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

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

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

border-color css

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

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

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