Html Css Color HEX #5C0049 Tyrian Purple

📋 copy color: '#5C0049'

red 92 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #5C0049

Tints of Tyrian Purple #5C0049

RGB

 RED value IS 92 (36.33% from 255) = 55.76%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 44.24%

R = 55.76%
G = 0%
B = 44.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5C0049 (or 0x5C0049) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 49. RGB value is (92,0,73). Sum of RGB (Red+Green+Blue) = 92+0+73=165 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.76% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0049 is #A3FFB6. Grayscale: #232323. Windows color (decimal): -10747831 or 4784220. OLE color: 4784220.

HSL color Cylindrical-coordinate representation of color #5C0049: hue angle of 312.39º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0049 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 0 73 -
CMYK 0 1 0.21 0.64
HSL 312.39º 1% 0.18% -
HSV(B) 312.39º 1% 0.36% -
XYZ 5.62 2.76 6.54 -
YUV 35.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 92 0 73 0 1 0.21 0.64 312.39 1 0.18
Hex 5C 0 49 0 64 15 40 138 64 12
Octal 134 0 111 0 144 25 100 470 144 22
Binary 1011100 0 1001001 0 1100100 10101 1000000 100111000 1100100 10010

Color Harmonies of #5C0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0049

Black with #5C0049

Text Example


Text Example

White with #5C0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C0049; }

 p { color: rgb(92,0,73); }

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

background-color css

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

 a { background-color: rgb(92,0,73); }

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

border-color css

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

 span { border-color: rgb(92,0,73); }

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