Html Css Color HEX #5D053A Tyrian Purple

📋 copy color: '#5D053A'

red 93 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #5D053A

Tints of Tyrian Purple #5D053A

RGB

 RED value IS 93 (36.72% from 255) = 59.62%

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 59.62%
G = 3.21%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D053A (or 0x5D053A) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 3A. RGB value is (93,5,58). Sum of RGB (Red+Green+Blue) = 93+5+58=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D053A is #A2FAC5. Grayscale: #252525. Windows color (decimal): -10681030 or 3802461. OLE color: 3802461.

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

Color convert

RGB 93 5 58 -
CMYK 0 0.95 0.38 0.64
HSL 323.86º 0.9% 0.19% -
HSV(B) 323.86º 0.95% 0.36% -
XYZ 5.33 2.74 4.25 -
YUV 37.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 93 5 58 0 0.95 0.38 0.64 323.86 0.9 0.19
Hex 5D 5 3A 0 5F 26 40 144 5A 13
Octal 135 5 72 0 137 46 100 504 132 23
Binary 1011101 101 111010 0 1011111 100110 1000000 101000100 1011010 10011

Color Harmonies of #5D053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D053A

Black with #5D053A

Text Example


Text Example

White with #5D053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,58); }

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

background-color css

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

 a { background-color: rgb(93,5,58); }

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

border-color css

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

 span { border-color: rgb(93,5,58); }

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