Html Css Color HEX #5D032D Tyrian Purple

📋 copy color: '#5D032D'

red 93 ◦ green 3 ◦ blue 45

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

Shades of Tyrian Purple #5D032D

Tints of Tyrian Purple #5D032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 65.96%
G = 2.13%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5D032D (or 0x5D032D) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 2D. RGB value is (93,3,45). Sum of RGB (Red+Green+Blue) = 93+3+45=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D032D is #A2FCD2. Grayscale: #222222. Windows color (decimal): -10681555 or 2949981. OLE color: 2949981.

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

Color convert

RGB 93 3 45 -
CMYK 0 0.97 0.52 0.64
HSL 332º 0.94% 0.19% -
HSV(B) 332º 0.97% 0.36% -
XYZ 5.02 2.58 2.72 -
YUV 34.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 93 3 45 0 0.97 0.52 0.64 332 0.94 0.19
Hex 5D 3 2D 0 61 34 40 14C 5E 13
Octal 135 3 55 0 141 64 100 514 136 23
Binary 1011101 11 101101 0 1100001 110100 1000000 101001100 1011110 10011

Color Harmonies of #5D032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D032D

Black with #5D032D

Text Example


Text Example

White with #5D032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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