Html Css Color HEX #5D084D Tyrian Purple

📋 copy color: '#5D084D'

red 93 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #5D084D

Tints of Tyrian Purple #5D084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 52.25%
G = 4.49%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D084D (or 0x5D084D) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 4D. RGB value is (93,8,77). Sum of RGB (Red+Green+Blue) = 93+8+77=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D084D is #A2F7B2. Grayscale: #292929. Windows color (decimal): -10680243 or 5048413. OLE color: 5048413.

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

Color convert

RGB 93 8 77 -
CMYK 0 0.91 0.17 0.64
HSL 311.29º 0.84% 0.2% -
HSV(B) 311.29º 0.91% 0.36% -
XYZ 5.94 3.04 7.29 -
YUV 41.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 93 8 77 0 0.91 0.17 0.64 311.29 0.84 0.2
Hex 5D 8 4D 0 5B 11 40 137 54 14
Octal 135 10 115 0 133 21 100 467 124 24
Binary 1011101 1000 1001101 0 1011011 10001 1000000 100110111 1010100 10100

Color Harmonies of #5D084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D084D

Black with #5D084D

Text Example


Text Example

White with #5D084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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