Html Css Color HEX #5A0325 Tyrian Purple

📋 copy color: '#5A0325'

red 90 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #5A0325

Tints of Tyrian Purple #5A0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 37 (14.84% from 255) = 28.46%

R = 69.23%
G = 2.31%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A0325 (or 0x5A0325) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 25. RGB value is (90,3,37). Sum of RGB (Red+Green+Blue) = 90+3+37=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0325 is #A5FCDA. Grayscale: #202020. Windows color (decimal): -10878171 or 2425690. OLE color: 2425690.

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

Color convert

RGB 90 3 37 -
CMYK 0 0.97 0.59 0.65
HSL 336.55º 0.94% 0.18% -
HSV(B) 336.55º 0.97% 0.35% -
XYZ 4.58 2.37 1.97 -
YUV 32.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 90 3 37 0 0.97 0.59 0.65 336.55 0.94 0.18
Hex 5A 3 25 0 61 3B 41 151 5E 12
Octal 132 3 45 0 141 73 101 521 136 22
Binary 1011010 11 100101 0 1100001 111011 1000001 101010001 1011110 10010

Color Harmonies of #5A0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0325

Black with #5A0325

Text Example


Text Example

White with #5A0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,3,37); }

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

background-color css

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

 a { background-color: rgb(90,3,37); }

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

border-color css

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

 span { border-color: rgb(90,3,37); }

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