Html Css Color HEX #5D032B Tyrian Purple

📋 copy color: '#5D032B'

red 93 ◦ green 3 ◦ blue 43

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

Shades of Tyrian Purple #5D032B

Tints of Tyrian Purple #5D032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 66.91%
G = 2.16%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5D032B (or 0x5D032B) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 2B. RGB value is (93,3,43). Sum of RGB (Red+Green+Blue) = 93+3+43=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D032B is #A2FCD4. Grayscale: #222222. Windows color (decimal): -10681557 or 2818909. OLE color: 2818909.

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

Color convert

RGB 93 3 43 -
CMYK 0 0.97 0.54 0.64
HSL 333.33º 0.94% 0.19% -
HSV(B) 333.33º 0.97% 0.36% -
XYZ 4.98 2.57 2.52 -
YUV 34.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 93 3 43 0 0.97 0.54 0.64 333.33 0.94 0.19
Hex 5D 3 2B 0 61 36 40 14D 5E 13
Octal 135 3 53 0 141 66 100 515 136 23
Binary 1011101 11 101011 0 1100001 110110 1000000 101001101 1011110 10011

Color Harmonies of #5D032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D032B

Black with #5D032B

Text Example


Text Example

White with #5D032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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