Html Css Color HEX #5C032A Tyrian Purple

📋 copy color: '#5C032A'

red 92 ◦ green 3 ◦ blue 42

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

Shades of Tyrian Purple #5C032A

Tints of Tyrian Purple #5C032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30.66%

R = 67.15%
G = 2.19%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5C032A (or 0x5C032A) is known color: Tyrian Purple. HEX triplet: 5C, 03 and 2A. RGB value is (92,3,42). Sum of RGB (Red+Green+Blue) = 92+3+42=137 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.15% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 92 - color contains mainly: red. Hex color #5C032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C032A is #A3FCD5. Grayscale: #212121. Windows color (decimal): -10747094 or 2753372. OLE color: 2753372.

HSL color Cylindrical-coordinate representation of color #5C032A: hue angle of 333.71º 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 #5C032A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 3 42 -
CMYK 0 0.97 0.54 0.64
HSL 333.71º 0.94% 0.19% -
HSV(B) 333.71º 0.97% 0.36% -
XYZ 4.86 2.51 2.42 -
YUV 34.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 92 3 42 0 0.97 0.54 0.64 333.71 0.94 0.19
Hex 5C 3 2A 0 61 36 40 14E 5E 13
Octal 134 3 52 0 141 66 100 516 136 23
Binary 1011100 11 101010 0 1100001 110110 1000000 101001110 1011110 10011

Color Harmonies of #5C032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C032A

Black with #5C032A

Text Example


Text Example

White with #5C032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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