Html Css Color HEX #5A0526 Tyrian Purple

📋 copy color: '#5A0526'

red 90 ◦ green 5 ◦ blue 38

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

Shades of Tyrian Purple #5A0526

Tints of Tyrian Purple #5A0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

 BLUE value IS 38 (15.23% from 255) = 28.57%

R = 67.67%
G = 3.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A0526 (or 0x5A0526) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 26. RGB value is (90,5,38). Sum of RGB (Red+Green+Blue) = 90+5+38=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0526 is #A5FAD9. Grayscale: #222222. Windows color (decimal): -10877658 or 2491738. OLE color: 2491738.

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

Color convert

RGB 90 5 38 -
CMYK 0 0.94 0.58 0.65
HSL 336.71º 0.89% 0.19% -
HSV(B) 336.71º 0.94% 0.35% -
XYZ 4.62 2.42 2.06 -
YUV 34.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 90 5 38 0 0.94 0.58 0.65 336.71 0.89 0.19
Hex 5A 5 26 0 5E 3A 41 151 59 13
Octal 132 5 46 0 136 72 101 521 131 23
Binary 1011010 101 100110 0 1011110 111010 1000001 101010001 1011001 10011

Color Harmonies of #5A0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0526

Black with #5A0526

Text Example


Text Example

White with #5A0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,38); }

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

background-color css

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

 a { background-color: rgb(90,5,38); }

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

border-color css

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

 span { border-color: rgb(90,5,38); }

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