Html Css Color HEX #5A083E Tyrian Purple

📋 copy color: '#5A083E'

red 90 ◦ green 8 ◦ blue 62

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

Shades of Tyrian Purple #5A083E

Tints of Tyrian Purple #5A083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.75%

R = 56.25%
G = 5%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A083E (or 0x5A083E) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 3E. RGB value is (90,8,62). Sum of RGB (Red+Green+Blue) = 90+8+62=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A083E is #A5F7C1. Grayscale: #262626. Windows color (decimal): -10876866 or 4065370. OLE color: 4065370.

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

Color convert

RGB 90 8 62 -
CMYK 0 0.91 0.31 0.65
HSL 320.49º 0.84% 0.19% -
HSV(B) 320.49º 0.91% 0.35% -
XYZ 5.17 2.7 4.81 -
YUV 38.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 90 8 62 0 0.91 0.31 0.65 320.49 0.84 0.19
Hex 5A 8 3E 0 5B 1F 41 140 54 13
Octal 132 10 76 0 133 37 101 500 124 23
Binary 1011010 1000 111110 0 1011011 11111 1000001 101000000 1010100 10011

Color Harmonies of #5A083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A083E

Black with #5A083E

Text Example


Text Example

White with #5A083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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