Html Css Color HEX #5A0837 Tyrian Purple

📋 copy color: '#5A0837'

red 90 ◦ green 8 ◦ blue 55

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

Shades of Tyrian Purple #5A0837

Tints of Tyrian Purple #5A0837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 58.82%
G = 5.23%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#5A0837 (or 0x5A0837) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 37. RGB value is (90,8,55). Sum of RGB (Red+Green+Blue) = 90+8+55=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0837 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0837 is #A5F7C8. Grayscale: #252525. Windows color (decimal): -10876873 or 3606618. OLE color: 3606618.

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

Color convert

RGB 90 8 55 -
CMYK 0 0.91 0.39 0.65
HSL 325.61º 0.84% 0.19% -
HSV(B) 325.61º 0.91% 0.35% -
XYZ 4.99 2.62 3.86 -
YUV 37.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 90 8 55 0 0.91 0.39 0.65 325.61 0.84 0.19
Hex 5A 8 37 0 5B 27 41 146 54 13
Octal 132 10 67 0 133 47 101 506 124 23
Binary 1011010 1000 110111 0 1011011 100111 1000001 101000110 1010100 10011

Color Harmonies of #5A0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0837

Black with #5A0837

Text Example


Text Example

White with #5A0837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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