Html Css Color HEX #5D033D Tyrian Purple

📋 copy color: '#5D033D'

red 93 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #5D033D

Tints of Tyrian Purple #5D033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 59.24%
G = 1.91%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D033D (or 0x5D033D) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 3D. RGB value is (93,3,61). Sum of RGB (Red+Green+Blue) = 93+3+61=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D033D is #A2FCC2. Grayscale: #242424. Windows color (decimal): -10681539 or 3998557. OLE color: 3998557.

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

Color convert

RGB 93 3 61 -
CMYK 0 0.97 0.34 0.64
HSL 321.33º 0.94% 0.19% -
HSV(B) 321.33º 0.97% 0.36% -
XYZ 5.39 2.73 4.66 -
YUV 36.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 93 3 61 0 0.97 0.34 0.64 321.33 0.94 0.19
Hex 5D 3 3D 0 61 22 40 141 5E 13
Octal 135 3 75 0 141 42 100 501 136 23
Binary 1011101 11 111101 0 1100001 100010 1000000 101000001 1011110 10011

Color Harmonies of #5D033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D033D

Black with #5D033D

Text Example


Text Example

White with #5D033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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