Html Css Color HEX #5D084A Tyrian Purple

📋 copy color: '#5D084A'

red 93 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #5D084A

Tints of Tyrian Purple #5D084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.29%

R = 53.14%
G = 4.57%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5D084A (or 0x5D084A) is known color: Tyrian Purple. HEX triplet: 5D, 08 and 4A. RGB value is (93,8,74). Sum of RGB (Red+Green+Blue) = 93+8+74=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D084A is #A2F7B5. Grayscale: #282828. Windows color (decimal): -10680246 or 4851805. OLE color: 4851805.

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

Color convert

RGB 93 8 74 -
CMYK 0 0.91 0.20 0.64
HSL 313.41º 0.84% 0.2% -
HSV(B) 313.41º 0.91% 0.36% -
XYZ 5.84 3 6.75 -
YUV 40.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 93 8 74 0 0.91 0.20 0.64 313.41 0.84 0.2
Hex 5D 8 4A 0 5B 14 40 139 54 14
Octal 135 10 112 0 133 24 100 471 124 24
Binary 1011101 1000 1001010 0 1011011 10100 1000000 100111001 1010100 10100

Color Harmonies of #5D084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D084A

Black with #5D084A

Text Example


Text Example

White with #5D084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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