Html Css Color HEX #601144 Tyrian Purple

📋 copy color: '#601144'

red 96 ◦ green 17 ◦ blue 68

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

Shades of Tyrian Purple #601144

Tints of Tyrian Purple #601144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.57%

R = 53.04%
G = 9.39%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#601144 (or 0x601144) is known color: Tyrian Purple. HEX triplet: 60, 11 and 44. RGB value is (96,17,68). Sum of RGB (Red+Green+Blue) = 96+17+68=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #601144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601144 is #9FEEBB. Grayscale: #2E2E2E. Windows color (decimal): -10481340 or 4460896. OLE color: 4460896.

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

Color convert

RGB 96 17 68 -
CMYK 0 0.82 0.29 0.62
HSL 321.27º 0.7% 0.22% -
HSV(B) 321.27º 0.82% 0.38% -
XYZ 6.07 3.31 5.79 -
YUV 46.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 96 17 68 0 0.82 0.29 0.62 321.27 0.7 0.22
Hex 60 11 44 0 52 1D 3E 141 46 16
Octal 140 21 104 0 122 35 76 501 106 26
Binary 1100000 10001 1000100 0 1010010 11101 111110 101000001 1000110 10110

Color Harmonies of #601144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601144

Black with #601144

Text Example


Text Example

White with #601144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601144; }

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

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

background-color css

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

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

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

border-color css

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

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

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