Html Css Color HEX #5A063A Tyrian Purple

📋 copy color: '#5A063A'

red 90 ◦ green 6 ◦ blue 58

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

Shades of Tyrian Purple #5A063A

Tints of Tyrian Purple #5A063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

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

R = 58.44%
G = 3.9%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A063A (or 0x5A063A) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 3A. RGB value is (90,6,58). Sum of RGB (Red+Green+Blue) = 90+6+58=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A063A is #A5F9C5. Grayscale: #242424. Windows color (decimal): -10877382 or 3802714. OLE color: 3802714.

HSL color Cylindrical-coordinate representation of color #5A063A: hue angle of 322.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A063A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 6 58 -
CMYK 0 0.93 0.36 0.65
HSL 322.86º 0.88% 0.19% -
HSV(B) 322.86º 0.93% 0.35% -
XYZ 5.05 2.61 4.24 -
YUV 37.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 90 6 58 0 0.93 0.36 0.65 322.86 0.88 0.19
Hex 5A 6 3A 0 5D 24 41 143 58 13
Octal 132 6 72 0 135 44 101 503 130 23
Binary 1011010 110 111010 0 1011101 100100 1000001 101000011 1011000 10011

Color Harmonies of #5A063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A063A

Black with #5A063A

Text Example


Text Example

White with #5A063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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