Html Css Color HEX #5A0450 Tyrian Purple

📋 copy color: '#5A0450'

red 90 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #5A0450

Tints of Tyrian Purple #5A0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 51.72%
G = 2.3%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A0450 (or 0x5A0450) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 50. RGB value is (90,4,80). Sum of RGB (Red+Green+Blue) = 90+4+80=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0450 is #A5FBAF. Grayscale: #262626. Windows color (decimal): -10877872 or 5243994. OLE color: 5243994.

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

Color convert

RGB 90 4 80 -
CMYK 0 0.96 0.11 0.65
HSL 306.98º 0.91% 0.18% -
HSV(B) 306.98º 0.96% 0.35% -
XYZ 5.71 2.84 7.84 -
YUV 38.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 90 4 80 0 0.96 0.11 0.65 306.98 0.91 0.18
Hex 5A 4 50 0 60 B 41 133 5B 12
Octal 132 4 120 0 140 13 101 463 133 22
Binary 1011010 100 1010000 0 1100000 1011 1000001 100110011 1011011 10010

Color Harmonies of #5A0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0450

Black with #5A0450

Text Example


Text Example

White with #5A0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,80); }

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

background-color css

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

 a { background-color: rgb(90,4,80); }

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

border-color css

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

 span { border-color: rgb(90,4,80); }

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