Html Css Color HEX #5D033A Tyrian Purple

📋 copy color: '#5D033A'

red 93 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #5D033A

Tints of Tyrian Purple #5D033A

RGB

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

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

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

R = 60.39%
G = 1.95%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D033A (or 0x5D033A) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 3A. RGB value is (93,3,58). Sum of RGB (Red+Green+Blue) = 93+3+58=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D033A is #A2FCC5. Grayscale: #242424. Windows color (decimal): -10681542 or 3801949. OLE color: 3801949.

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

Color convert

RGB 93 3 58 -
CMYK 0 0.97 0.38 0.64
HSL 323.33º 0.94% 0.19% -
HSV(B) 323.33º 0.97% 0.36% -
XYZ 5.31 2.7 4.24 -
YUV 36.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 93 3 58 0 0.97 0.38 0.64 323.33 0.94 0.19
Hex 5D 3 3A 0 61 26 40 143 5E 13
Octal 135 3 72 0 141 46 100 503 136 23
Binary 1011101 11 111010 0 1100001 100110 1000000 101000011 1011110 10011

Color Harmonies of #5D033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D033A

Black with #5D033A

Text Example


Text Example

White with #5D033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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