Html Css Color HEX #5A0830 Tyrian Purple

📋 copy color: '#5A0830'

red 90 ◦ green 8 ◦ blue 48

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

Shades of Tyrian Purple #5A0830

Tints of Tyrian Purple #5A0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

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

R = 61.64%
G = 5.48%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A0830 (or 0x5A0830) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 30. RGB value is (90,8,48). Sum of RGB (Red+Green+Blue) = 90+8+48=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0830 is #A5F7CF. Grayscale: #252525. Windows color (decimal): -10876880 or 3147866. OLE color: 3147866.

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

Color convert

RGB 90 8 48 -
CMYK 0 0.91 0.47 0.65
HSL 330.73º 0.84% 0.19% -
HSV(B) 330.73º 0.91% 0.35% -
XYZ 4.84 2.56 3.04 -
YUV 37.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 90 8 48 0 0.91 0.47 0.65 330.73 0.84 0.19
Hex 5A 8 30 0 5B 2F 41 14B 54 13
Octal 132 10 60 0 133 57 101 513 124 23
Binary 1011010 1000 110000 0 1011011 101111 1000001 101001011 1010100 10011

Color Harmonies of #5A0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0830

Black with #5A0830

Text Example


Text Example

White with #5A0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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