Html Css Color HEX #601232 Tyrian Purple

📋 copy color: '#601232'

red 96 ◦ green 18 ◦ blue 50

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

Shades of Tyrian Purple #601232

Tints of Tyrian Purple #601232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 58.54%
G = 10.98%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#601232 (or 0x601232) is known color: Tyrian Purple. HEX triplet: 60, 12 and 32. RGB value is (96,18,50). Sum of RGB (Red+Green+Blue) = 96+18+50=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601232 is #9FEDCD. Grayscale: #2C2C2C. Windows color (decimal): -10481102 or 3281504. OLE color: 3281504.

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

Color convert

RGB 96 18 50 -
CMYK 0 0.81 0.48 0.62
HSL 335.38º 0.68% 0.22% -
HSV(B) 335.38º 0.81% 0.38% -
XYZ 5.62 3.15 3.33 -
YUV 44.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 96 18 50 0 0.81 0.48 0.62 335.38 0.68 0.22
Hex 60 12 32 0 51 30 3E 14F 44 16
Octal 140 22 62 0 121 60 76 517 104 26
Binary 1100000 10010 110010 0 1010001 110000 111110 101001111 1000100 10110

Color Harmonies of #601232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601232

Black with #601232

Text Example


Text Example

White with #601232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601232; }

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

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

background-color css

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

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

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

border-color css

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

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

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