Html Css Color HEX #5A0054 Tyrian Purple

📋 copy color: '#5A0054'

red 90 ◦ green 0 ◦ blue 84

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

Shades of Tyrian Purple #5A0054

Tints of Tyrian Purple #5A0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 51.72%
G = 0%
B = 48.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#5A0054 (or 0x5A0054) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 54. RGB value is (90,0,84). Sum of RGB (Red+Green+Blue) = 90+0+84=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0054 is #A5FFAB. Grayscale: #242424. Windows color (decimal): -10878892 or 5505114. OLE color: 5505114.

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

Color convert

RGB 90 0 84 -
CMYK 0 1 0.07 0.65
HSL 304º 1% 0.18% -
HSV(B) 304º 1% 0.35% -
XYZ 5.82 2.81 8.62 -
YUV 36.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 90 0 84 0 1 0.07 0.65 304 1 0.18
Hex 5A 0 54 0 64 7 41 130 64 12
Octal 132 0 124 0 144 7 101 460 144 22
Binary 1011010 0 1010100 0 1100100 111 1000001 100110000 1100100 10010

Color Harmonies of #5A0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0054

Black with #5A0054

Text Example


Text Example

White with #5A0054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,84); }

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

background-color css

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

 a { background-color: rgb(90,0,84); }

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

border-color css

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

 span { border-color: rgb(90,0,84); }

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