Html Css Color HEX #5A083F Tyrian Purple

📋 copy color: '#5A083F'

red 90 ◦ green 8 ◦ blue 63

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

Shades of Tyrian Purple #5A083F

Tints of Tyrian Purple #5A083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.13%

R = 55.9%
G = 4.97%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A083F (or 0x5A083F) is known color: Tyrian Purple. HEX triplet: 5A, 08 and 3F. RGB value is (90,8,63). Sum of RGB (Red+Green+Blue) = 90+8+63=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A083F is #A5F7C0. Grayscale: #262626. Windows color (decimal): -10876865 or 4130906. OLE color: 4130906.

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

Color convert

RGB 90 8 63 -
CMYK 0 0.91 0.30 0.65
HSL 319.76º 0.84% 0.19% -
HSV(B) 319.76º 0.91% 0.35% -
XYZ 5.2 2.71 4.95 -
YUV 38.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 90 8 63 0 0.91 0.30 0.65 319.76 0.84 0.19
Hex 5A 8 3F 0 5B 1E 41 140 54 13
Octal 132 10 77 0 133 36 101 500 124 23
Binary 1011010 1000 111111 0 1011011 11110 1000001 101000000 1010100 10011

Color Harmonies of #5A083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A083F

Black with #5A083F

Text Example


Text Example

White with #5A083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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