Html Css Color HEX #5A0527 Tyrian Purple

📋 copy color: '#5A0527'

red 90 ◦ green 5 ◦ blue 39

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

Shades of Tyrian Purple #5A0527

Tints of Tyrian Purple #5A0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.1%

R = 67.16%
G = 3.73%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A0527 (or 0x5A0527) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 27. RGB value is (90,5,39). Sum of RGB (Red+Green+Blue) = 90+5+39=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0527 is #A5FAD8. Grayscale: #222222. Windows color (decimal): -10877657 or 2557274. OLE color: 2557274.

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

Color convert

RGB 90 5 39 -
CMYK 0 0.94 0.57 0.65
HSL 336º 0.89% 0.19% -
HSV(B) 336º 0.94% 0.35% -
XYZ 4.64 2.43 2.14 -
YUV 34.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 90 5 39 0 0.94 0.57 0.65 336 0.89 0.19
Hex 5A 5 27 0 5E 39 41 150 59 13
Octal 132 5 47 0 136 71 101 520 131 23
Binary 1011010 101 100111 0 1011110 111001 1000001 101010000 1011001 10011

Color Harmonies of #5A0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0527

Black with #5A0527

Text Example


Text Example

White with #5A0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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