Html Css Color HEX #5D084E Tyrian Purple

📋 copy color: '#5D084E'

red 93 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #5D084E

Tints of Tyrian Purple #5D084E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 51.96%
G = 4.47%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5D084E (or 0x5D084E) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 4E. RGB value is (93,8,78). Sum of RGB (Red+Green+Blue) = 93+8+78=179 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.96% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 93 - color contains mainly: red. Hex color #5D084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D084E is #A2F7B1. Grayscale: #292929. Windows color (decimal): -10680242 or 5113949. OLE color: 5113949.

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

Color convert

RGB 93 8 78 -
CMYK 0 0.91 0.16 0.64
HSL 310.59º 0.84% 0.2% -
HSV(B) 310.59º 0.91% 0.36% -
XYZ 5.98 3.05 7.48 -
YUV 41.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 93 8 78 0 0.91 0.16 0.64 310.59 0.84 0.2
Hex 5D 8 4E 0 5B 10 40 137 54 14
Octal 135 10 116 0 133 20 100 467 124 24
Binary 1011101 1000 1001110 0 1011011 10000 1000000 100110111 1010100 10100

Color Harmonies of #5D084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D084E

Black with #5D084E

Text Example


Text Example

White with #5D084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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