Html Css Color HEX #5D0529 Tyrian Purple

📋 copy color: '#5D0529'

red 93 ◦ green 5 ◦ blue 41

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

Shades of Tyrian Purple #5D0529

Tints of Tyrian Purple #5D0529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 41 (16.41% from 255) = 29.5%

R = 66.91%
G = 3.6%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#5D0529 (or 0x5D0529) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 29. RGB value is (93,5,41). Sum of RGB (Red+Green+Blue) = 93+5+41=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0529 is #A2FAD6. Grayscale: #232323. Windows color (decimal): -10681047 or 2688349. OLE color: 2688349.

HSL color Cylindrical-coordinate representation of color #5D0529: hue angle of 335.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0529 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 5 41 -
CMYK 0 0.95 0.56 0.64
HSL 335.45º 0.9% 0.19% -
HSV(B) 335.45º 0.95% 0.36% -
XYZ 4.97 2.6 2.34 -
YUV 35.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 93 5 41 0 0.95 0.56 0.64 335.45 0.9 0.19
Hex 5D 5 29 0 5F 38 40 14F 5A 13
Octal 135 5 51 0 137 70 100 517 132 23
Binary 1011101 101 101001 0 1011111 111000 1000000 101001111 1011010 10011

Color Harmonies of #5D0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0529

Black with #5D0529

Text Example


Text Example

White with #5D0529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,41); }

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

background-color css

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

 a { background-color: rgb(93,5,41); }

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

border-color css

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

 span { border-color: rgb(93,5,41); }

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