Html Css Color HEX #5A0348 Tyrian Purple

📋 copy color: '#5A0348'

red 90 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #5A0348

Tints of Tyrian Purple #5A0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.64%

R = 54.55%
G = 1.82%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A0348 (or 0x5A0348) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 48. RGB value is (90,3,72). Sum of RGB (Red+Green+Blue) = 90+3+72=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0348 is #A5FCB7. Grayscale: #242424. Windows color (decimal): -10878136 or 4719450. OLE color: 4719450.

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

Color convert

RGB 90 3 72 -
CMYK 0 0.97 0.20 0.65
HSL 312.41º 0.94% 0.18% -
HSV(B) 312.41º 0.97% 0.35% -
XYZ 5.42 2.71 6.37 -
YUV 36.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 90 3 72 0 0.97 0.20 0.65 312.41 0.94 0.18
Hex 5A 3 48 0 61 14 41 138 5E 12
Octal 132 3 110 0 141 24 101 470 136 22
Binary 1011010 11 1001000 0 1100001 10100 1000001 100111000 1011110 10010

Color Harmonies of #5A0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0348

Black with #5A0348

Text Example


Text Example

White with #5A0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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