Html Css Color HEX #5D0841 Tyrian Purple

📋 copy color: '#5D0841'

red 93 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #5D0841

Tints of Tyrian Purple #5D0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 56.02%
G = 4.82%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5D0841 (or 0x5D0841) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 41. RGB value is (93,8,65). Sum of RGB (Red+Green+Blue) = 93+8+65=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0841 is #A2F7BE. Grayscale: #272727. Windows color (decimal): -10680255 or 4261981. OLE color: 4261981.

HSL color Cylindrical-coordinate representation of color #5D0841: hue angle of 319.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0841 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 8 65 -
CMYK 0 0.91 0.30 0.64
HSL 319.76º 0.84% 0.2% -
HSV(B) 319.76º 0.91% 0.36% -
XYZ 5.56 2.88 5.26 -
YUV 39.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 93 8 65 0 0.91 0.30 0.64 319.76 0.84 0.2
Hex 5D 8 41 0 5B 1E 40 140 54 14
Octal 135 10 101 0 133 36 100 500 124 24
Binary 1011101 1000 1000001 0 1011011 11110 1000000 101000000 1010100 10100

Color Harmonies of #5D0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0841

Black with #5D0841

Text Example


Text Example

White with #5D0841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,8,65); }

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

background-color css

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

 a { background-color: rgb(93,8,65); }

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

border-color css

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

 span { border-color: rgb(93,8,65); }

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