Html Css Color HEX #5A083A Tyrian Purple

📋 copy color: '#5A083A'

red 90 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #5A083A

Tints of Tyrian Purple #5A083A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 57.69%
G = 5.13%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A083A (or 0x5A083A) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 3A. RGB value is (90,8,58). Sum of RGB (Red+Green+Blue) = 90+8+58=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A083A is #A5F7C5. Grayscale: #262626. Windows color (decimal): -10876870 or 3803226. OLE color: 3803226.

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

Color convert

RGB 90 8 58 -
CMYK 0 0.91 0.36 0.65
HSL 323.41º 0.84% 0.19% -
HSV(B) 323.41º 0.91% 0.35% -
XYZ 5.07 2.65 4.25 -
YUV 38.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 90 8 58 0 0.91 0.36 0.65 323.41 0.84 0.19
Hex 5A 8 3A 0 5B 24 41 143 54 13
Octal 132 10 72 0 133 44 101 503 124 23
Binary 1011010 1000 111010 0 1011011 100100 1000001 101000011 1010100 10011

Color Harmonies of #5A083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A083A

Black with #5A083A

Text Example


Text Example

White with #5A083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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