Html Css Color HEX #5A0930 Tyrian Purple

📋 copy color: '#5A0930'

red 90 ◦ green 9 ◦ blue 48

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

Shades of Tyrian Purple #5A0930

Tints of Tyrian Purple #5A0930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 61.22%
G = 6.12%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A0930 (or 0x5A0930) is known color: Tyrian Purple. HEX triplet: 5A, 09 and 30. RGB value is (90,9,48). Sum of RGB (Red+Green+Blue) = 90+9+48=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0930 is #A5F6CF. Grayscale: #252525. Windows color (decimal): -10876624 or 3148122. OLE color: 3148122.

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

Color convert

RGB 90 9 48 -
CMYK 0 0.9 0.47 0.65
HSL 331.11º 0.82% 0.19% -
HSV(B) 331.11º 0.9% 0.35% -
XYZ 4.85 2.58 3.04 -
YUV 37.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 90 9 48 0 0.9 0.47 0.65 331.11 0.82 0.19
Hex 5A 9 30 0 5A 2F 41 14B 52 13
Octal 132 11 60 0 132 57 101 513 122 23
Binary 1011010 1001 110000 0 1011010 101111 1000001 101001011 1010010 10011

Color Harmonies of #5A0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0930

Black with #5A0930

Text Example


Text Example

White with #5A0930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,9,48); }

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

background-color css

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

 a { background-color: rgb(90,9,48); }

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

border-color css

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

 span { border-color: rgb(90,9,48); }

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