Html Css Color HEX #5D032F Tyrian Purple

📋 copy color: '#5D032F'

red 93 ◦ green 3 ◦ blue 47

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

Shades of Tyrian Purple #5D032F

Tints of Tyrian Purple #5D032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 65.03%
G = 2.1%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D032F (or 0x5D032F) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 2F. RGB value is (93,3,47). Sum of RGB (Red+Green+Blue) = 93+3+47=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D032F is #A2FCD0. Grayscale: #222222. Windows color (decimal): -10681553 or 3081053. OLE color: 3081053.

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

Color convert

RGB 93 3 47 -
CMYK 0 0.97 0.49 0.64
HSL 330.67º 0.94% 0.19% -
HSV(B) 330.67º 0.97% 0.36% -
XYZ 5.06 2.6 2.92 -
YUV 34.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 93 3 47 0 0.97 0.49 0.64 330.67 0.94 0.19
Hex 5D 3 2F 0 61 31 40 14B 5E 13
Octal 135 3 57 0 141 61 100 513 136 23
Binary 1011101 11 101111 0 1100001 110001 1000000 101001011 1011110 10011

Color Harmonies of #5D032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D032F

Black with #5D032F

Text Example


Text Example

White with #5D032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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