Html Css Color HEX #5A084D Tyrian Purple

📋 copy color: '#5A084D'

red 90 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #5A084D

Tints of Tyrian Purple #5A084D

RGB

 RED value IS 90 (35.55% from 255) = 51.43%

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

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

R = 51.43%
G = 4.57%
B = 44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A084D (or 0x5A084D) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 4D. RGB value is (90,8,77). Sum of RGB (Red+Green+Blue) = 90+8+77=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A084D is #A5F7B2. Grayscale: #282828. Windows color (decimal): -10876851 or 5048410. OLE color: 5048410.

HSL color Cylindrical-coordinate representation of color #5A084D: hue angle of 309.51º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A084D is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 8 77 -
CMYK 0 0.91 0.14 0.65
HSL 309.51º 0.84% 0.19% -
HSV(B) 309.51º 0.91% 0.35% -
XYZ 5.64 2.88 7.28 -
YUV 40.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 90 8 77 0 0.91 0.14 0.65 309.51 0.84 0.19
Hex 5A 8 4D 0 5B E 41 136 54 13
Octal 132 10 115 0 133 16 101 466 124 23
Binary 1011010 1000 1001101 0 1011011 1110 1000001 100110110 1010100 10011

Color Harmonies of #5A084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A084D

Black with #5A084D

Text Example


Text Example

White with #5A084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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