Html Css Color HEX #601142 Tyrian Purple

📋 copy color: '#601142'

red 96 ◦ green 17 ◦ blue 66

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

Shades of Tyrian Purple #601142

Tints of Tyrian Purple #601142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.87%

R = 53.63%
G = 9.5%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601142 (or 0x601142) is known color: Tyrian Purple. HEX triplet: 60, 11 and 42. RGB value is (96,17,66). Sum of RGB (Red+Green+Blue) = 96+17+66=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #601142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601142 is #9FEEBD. Grayscale: #2E2E2E. Windows color (decimal): -10481342 or 4329824. OLE color: 4329824.

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

Color convert

RGB 96 17 66 -
CMYK 0 0.82 0.31 0.62
HSL 322.78º 0.7% 0.22% -
HSV(B) 322.78º 0.82% 0.38% -
XYZ 6.01 3.28 5.47 -
YUV 46.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 96 17 66 0 0.82 0.31 0.62 322.78 0.7 0.22
Hex 60 11 42 0 52 1F 3E 143 46 16
Octal 140 21 102 0 122 37 76 503 106 26
Binary 1100000 10001 1000010 0 1010010 11111 111110 101000011 1000110 10110

Color Harmonies of #601142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601142

Black with #601142

Text Example


Text Example

White with #601142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601142; }

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

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

background-color css

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

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

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

border-color css

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

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

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