Html Css Color HEX #5A0334 Tyrian Purple

📋 copy color: '#5A0334'

red 90 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #5A0334

Tints of Tyrian Purple #5A0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 62.07%
G = 2.07%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A0334 (or 0x5A0334) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 34. RGB value is (90,3,52). Sum of RGB (Red+Green+Blue) = 90+3+52=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0334 is #A5FCCB. Grayscale: #222222. Windows color (decimal): -10878156 or 3408730. OLE color: 3408730.

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

Color convert

RGB 90 3 52 -
CMYK 0 0.97 0.42 0.65
HSL 326.21º 0.94% 0.18% -
HSV(B) 326.21º 0.97% 0.35% -
XYZ 4.87 2.49 3.47 -
YUV 34.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 90 3 52 0 0.97 0.42 0.65 326.21 0.94 0.18
Hex 5A 3 34 0 61 2A 41 146 5E 12
Octal 132 3 64 0 141 52 101 506 136 22
Binary 1011010 11 110100 0 1100001 101010 1000001 101000110 1011110 10010

Color Harmonies of #5A0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0334

Black with #5A0334

Text Example


Text Example

White with #5A0334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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