Html Css Color HEX #5D074A Tyrian Purple

📋 copy color: '#5D074A'

red 93 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #5D074A

Tints of Tyrian Purple #5D074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

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

R = 53.45%
G = 4.02%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5D074A (or 0x5D074A) is known color: Tyrian Purple. HEX triplet: 5D, 07 and 4A. RGB value is (93,7,74). Sum of RGB (Red+Green+Blue) = 93+7+74=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D074A is #A2F8B5. Grayscale: #282828. Windows color (decimal): -10680502 or 4851549. OLE color: 4851549.

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

Color convert

RGB 93 7 74 -
CMYK 0 0.92 0.20 0.64
HSL 313.26º 0.86% 0.2% -
HSV(B) 313.26º 0.92% 0.36% -
XYZ 5.83 2.97 6.75 -
YUV 40.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 93 7 74 0 0.92 0.20 0.64 313.26 0.86 0.2
Hex 5D 7 4A 0 5C 14 40 139 56 14
Octal 135 7 112 0 134 24 100 471 126 24
Binary 1011101 111 1001010 0 1011100 10100 1000000 100111001 1010110 10100

Color Harmonies of #5D074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D074A

Black with #5D074A

Text Example


Text Example

White with #5D074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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