Html Css Color HEX #5A0647 Tyrian Purple

📋 copy color: '#5A0647'

red 90 ◦ green 6 ◦ blue 71

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

Shades of Tyrian Purple #5A0647

Tints of Tyrian Purple #5A0647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 53.89%
G = 3.59%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#5A0647 (or 0x5A0647) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 47. RGB value is (90,6,71). Sum of RGB (Red+Green+Blue) = 90+6+71=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0647 is #A5F9B8. Grayscale: #262626. Windows color (decimal): -10877369 or 4654682. OLE color: 4654682.

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

Color convert

RGB 90 6 71 -
CMYK 0 0.93 0.21 0.65
HSL 313.57º 0.88% 0.19% -
HSV(B) 313.57º 0.93% 0.35% -
XYZ 5.42 2.76 6.21 -
YUV 38.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 90 6 71 0 0.93 0.21 0.65 313.57 0.88 0.19
Hex 5A 6 47 0 5D 15 41 13A 58 13
Octal 132 6 107 0 135 25 101 472 130 23
Binary 1011010 110 1000111 0 1011101 10101 1000001 100111010 1011000 10011

Color Harmonies of #5A0647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0647

Black with #5A0647

Text Example


Text Example

White with #5A0647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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