Html Css Color HEX #5D042B Tyrian Purple

📋 copy color: '#5D042B'

red 93 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #5D042B

Tints of Tyrian Purple #5D042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 66.43%
G = 2.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5D042B (or 0x5D042B) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 2B. RGB value is (93,4,43). Sum of RGB (Red+Green+Blue) = 93+4+43=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D042B is #A2FBD4. Grayscale: #222222. Windows color (decimal): -10681301 or 2819165. OLE color: 2819165.

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

Color convert

RGB 93 4 43 -
CMYK 0 0.96 0.54 0.64
HSL 333.71º 0.92% 0.19% -
HSV(B) 333.71º 0.96% 0.36% -
XYZ 4.99 2.59 2.52 -
YUV 35.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 93 4 43 0 0.96 0.54 0.64 333.71 0.92 0.19
Hex 5D 4 2B 0 60 36 40 14E 5C 13
Octal 135 4 53 0 140 66 100 516 134 23
Binary 1011101 100 101011 0 1100000 110110 1000000 101001110 1011100 10011

Color Harmonies of #5D042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D042B

Black with #5D042B

Text Example


Text Example

White with #5D042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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