Html Css Color HEX #5C0349 Tyrian Purple

📋 copy color: '#5C0349'

red 92 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #5C0349

Tints of Tyrian Purple #5C0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 54.76%
G = 1.79%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5C0349 (or 0x5C0349) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 49. RGB value is (92,3,73). Sum of RGB (Red+Green+Blue) = 92+3+73=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0349 is #A3FCB6. Grayscale: #252525. Windows color (decimal): -10747063 or 4784988. OLE color: 4784988.

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

Color convert

RGB 92 3 73 -
CMYK 0 0.97 0.21 0.64
HSL 312.81º 0.94% 0.19% -
HSV(B) 312.81º 0.97% 0.36% -
XYZ 5.65 2.82 6.55 -
YUV 37.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 92 3 73 0 0.97 0.21 0.64 312.81 0.94 0.19
Hex 5C 3 49 0 61 15 40 139 5E 13
Octal 134 3 111 0 141 25 100 471 136 23
Binary 1011100 11 1001001 0 1100001 10101 1000000 100111001 1011110 10011

Color Harmonies of #5C0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0349

Black with #5C0349

Text Example


Text Example

White with #5C0349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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