Html Css Color HEX #5A082E Tyrian Purple

📋 copy color: '#5A082E'

red 90 ◦ green 8 ◦ blue 46

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

Shades of Tyrian Purple #5A082E

Tints of Tyrian Purple #5A082E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 62.5%
G = 5.56%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A082E (or 0x5A082E) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 2E. RGB value is (90,8,46). Sum of RGB (Red+Green+Blue) = 90+8+46=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A082E is #A5F7D1. Grayscale: #242424. Windows color (decimal): -10876882 or 3016794. OLE color: 3016794.

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

Color convert

RGB 90 8 46 -
CMYK 0 0.91 0.49 0.65
HSL 332.2º 0.84% 0.19% -
HSV(B) 332.2º 0.91% 0.35% -
XYZ 4.8 2.54 2.82 -
YUV 36.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 90 8 46 0 0.91 0.49 0.65 332.2 0.84 0.19
Hex 5A 8 2E 0 5B 31 41 14C 54 13
Octal 132 10 56 0 133 61 101 514 124 23
Binary 1011010 1000 101110 0 1011011 110001 1000001 101001100 1010100 10011

Color Harmonies of #5A082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A082E

Black with #5A082E

Text Example


Text Example

White with #5A082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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