Html Css Color HEX #601143 Tyrian Purple

📋 copy color: '#601143'

red 96 ◦ green 17 ◦ blue 67

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

Shades of Tyrian Purple #601143

Tints of Tyrian Purple #601143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.22%

R = 53.33%
G = 9.44%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#601143 (or 0x601143) is known color: Tyrian Purple. HEX triplet: 60, 11 and 43. RGB value is (96,17,67). Sum of RGB (Red+Green+Blue) = 96+17+67=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601143 is #9FEEBC. Grayscale: #2E2E2E. Windows color (decimal): -10481341 or 4395360. OLE color: 4395360.

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

Color convert

RGB 96 17 67 -
CMYK 0 0.82 0.30 0.62
HSL 322.03º 0.7% 0.22% -
HSV(B) 322.03º 0.82% 0.38% -
XYZ 6.04 3.29 5.63 -
YUV 46.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 96 17 67 0 0.82 0.30 0.62 322.03 0.7 0.22
Hex 60 11 43 0 52 1E 3E 142 46 16
Octal 140 21 103 0 122 36 76 502 106 26
Binary 1100000 10001 1000011 0 1010010 11110 111110 101000010 1000110 10110

Color Harmonies of #601143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601143

Black with #601143

Text Example


Text Example

White with #601143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601143; }

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

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

background-color css

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

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

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

border-color css

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

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

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