Html Css Color HEX #5A0846 Tyrian Purple

📋 copy color: '#5A0846'

red 90 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #5A0846

Tints of Tyrian Purple #5A0846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 41.67%

R = 53.57%
G = 4.76%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#5A0846 (or 0x5A0846) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 46. RGB value is (90,8,70). Sum of RGB (Red+Green+Blue) = 90+8+70=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0846 is #A5F7B9. Grayscale: #272727. Windows color (decimal): -10876858 or 4589658. OLE color: 4589658.

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

Color convert

RGB 90 8 70 -
CMYK 0 0.91 0.22 0.65
HSL 314.63º 0.84% 0.19% -
HSV(B) 314.63º 0.91% 0.35% -
XYZ 5.41 2.79 6.05 -
YUV 39.59 145.17 163.96 -
System Red Green Blue C M Y K H S L
Decimal 90 8 70 0 0.91 0.22 0.65 314.63 0.84 0.19
Hex 5A 8 46 0 5B 16 41 13B 54 13
Octal 132 10 106 0 133 26 101 473 124 23
Binary 1011010 1000 1000110 0 1011011 10110 1000001 100111011 1010100 10011

Color Harmonies of #5A0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0846

Black with #5A0846

Text Example


Text Example

White with #5A0846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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