Html Css Color HEX #601132 Tyrian Purple

📋 copy color: '#601132'

red 96 ◦ green 17 ◦ blue 50

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

Shades of Tyrian Purple #601132

Tints of Tyrian Purple #601132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 58.9%
G = 10.43%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#601132 (or 0x601132) is known color: Tyrian Purple. HEX triplet: 60, 11 and 32. RGB value is (96,17,50). Sum of RGB (Red+Green+Blue) = 96+17+50=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601132 is #9FEECD. Grayscale: #2C2C2C. Windows color (decimal): -10481358 or 3281248. OLE color: 3281248.

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

Color convert

RGB 96 17 50 -
CMYK 0 0.82 0.48 0.62
HSL 334.94º 0.7% 0.22% -
HSV(B) 334.94º 0.82% 0.38% -
XYZ 5.6 3.12 3.32 -
YUV 44.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 96 17 50 0 0.82 0.48 0.62 334.94 0.7 0.22
Hex 60 11 32 0 52 30 3E 14F 46 16
Octal 140 21 62 0 122 60 76 517 106 26
Binary 1100000 10001 110010 0 1010010 110000 111110 101001111 1000110 10110

Color Harmonies of #601132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601132

Black with #601132

Text Example


Text Example

White with #601132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601132; }

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

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

background-color css

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

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

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

border-color css

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

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

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