Html Css Color HEX #601145 Tyrian Purple

📋 copy color: '#601145'

red 96 ◦ green 17 ◦ blue 69

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

Shades of Tyrian Purple #601145

Tints of Tyrian Purple #601145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 52.75%
G = 9.34%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#601145 (or 0x601145) is known color: Tyrian Purple. HEX triplet: 60, 11 and 45. RGB value is (96,17,69). Sum of RGB (Red+Green+Blue) = 96+17+69=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601145 is #9FEEBA. Grayscale: #2E2E2E. Windows color (decimal): -10481339 or 4526432. OLE color: 4526432.

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

Color convert

RGB 96 17 69 -
CMYK 0 0.82 0.28 0.62
HSL 320.51º 0.7% 0.22% -
HSV(B) 320.51º 0.82% 0.38% -
XYZ 6.1 3.32 5.95 -
YUV 46.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 96 17 69 0 0.82 0.28 0.62 320.51 0.7 0.22
Hex 60 11 45 0 52 1C 3E 141 46 16
Octal 140 21 105 0 122 34 76 501 106 26
Binary 1100000 10001 1000101 0 1010010 11100 111110 101000001 1000110 10110

Color Harmonies of #601145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601145

Black with #601145

Text Example


Text Example

White with #601145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601145; }

 p { color: rgb(96,17,69); }

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

background-color css

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

 a { background-color: rgb(96,17,69); }

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

border-color css

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

 span { border-color: rgb(96,17,69); }

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