Html Css Color HEX #5A044B Tyrian Purple

📋 copy color: '#5A044B'

red 90 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #5A044B

Tints of Tyrian Purple #5A044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 53.25%
G = 2.37%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A044B (or 0x5A044B) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 4B. RGB value is (90,4,75). Sum of RGB (Red+Green+Blue) = 90+4+75=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A044B is #A5FBB4. Grayscale: #252525. Windows color (decimal): -10877877 or 4916314. OLE color: 4916314.

HSL color Cylindrical-coordinate representation of color #5A044B: hue angle of 310.47º 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 #5A044B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 75 -
CMYK 0 0.96 0.17 0.65
HSL 310.47º 0.91% 0.18% -
HSV(B) 310.47º 0.96% 0.35% -
XYZ 5.53 2.77 6.9 -
YUV 37.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 90 4 75 0 0.96 0.17 0.65 310.47 0.91 0.18
Hex 5A 4 4B 0 60 11 41 136 5B 12
Octal 132 4 113 0 140 21 101 466 133 22
Binary 1011010 100 1001011 0 1100000 10001 1000001 100110110 1011011 10010

Color Harmonies of #5A044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A044B

Black with #5A044B

Text Example


Text Example

White with #5A044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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