Html Css Color HEX #5D033E Tyrian Purple

📋 copy color: '#5D033E'

red 93 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #5D033E

Tints of Tyrian Purple #5D033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 58.86%
G = 1.9%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5D033E (or 0x5D033E) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 3E. RGB value is (93,3,62). Sum of RGB (Red+Green+Blue) = 93+3+62=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D033E is #A2FCC1. Grayscale: #242424. Windows color (decimal): -10681538 or 4064093. OLE color: 4064093.

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

Color convert

RGB 93 3 62 -
CMYK 0 0.97 0.33 0.64
HSL 320.67º 0.94% 0.19% -
HSV(B) 320.67º 0.97% 0.36% -
XYZ 5.42 2.74 4.8 -
YUV 36.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 93 3 62 0 0.97 0.33 0.64 320.67 0.94 0.19
Hex 5D 3 3E 0 61 21 40 141 5E 13
Octal 135 3 76 0 141 41 100 501 136 23
Binary 1011101 11 111110 0 1100001 100001 1000000 101000001 1011110 10011

Color Harmonies of #5D033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D033E

Black with #5D033E

Text Example


Text Example

White with #5D033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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