Html Css Color HEX #5A073C Tyrian Purple

📋 copy color: '#5A073C'

red 90 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #5A073C

Tints of Tyrian Purple #5A073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

 BLUE value IS 60 (23.83% from 255) = 38.22%

R = 57.32%
G = 4.46%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A073C (or 0x5A073C) is known color: Tyrian Purple. HEX triplet: 5A, 07 and 3C. RGB value is (90,7,60). Sum of RGB (Red+Green+Blue) = 90+7+60=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A073C is #A5F8C3. Grayscale: #252525. Windows color (decimal): -10877124 or 3934042. OLE color: 3934042.

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

Color convert

RGB 90 7 60 -
CMYK 0 0.92 0.33 0.65
HSL 321.69º 0.86% 0.19% -
HSV(B) 321.69º 0.92% 0.35% -
XYZ 5.11 2.65 4.52 -
YUV 37.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 90 7 60 0 0.92 0.33 0.65 321.69 0.86 0.19
Hex 5A 7 3C 0 5C 21 41 142 56 13
Octal 132 7 74 0 134 41 101 502 126 23
Binary 1011010 111 111100 0 1011100 100001 1000001 101000010 1010110 10011

Color Harmonies of #5A073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A073C

Black with #5A073C

Text Example


Text Example

White with #5A073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,60); }

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

background-color css

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

 a { background-color: rgb(90,7,60); }

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

border-color css

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

 span { border-color: rgb(90,7,60); }

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