Html Css Color HEX #5A0C4D Tyrian Purple

📋 copy color: '#5A0C4D'

red 90 ◦ green 12 ◦ blue 77

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

Shades of Tyrian Purple #5A0C4D

Tints of Tyrian Purple #5A0C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 50.28%
G = 6.7%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A0C4D (or 0x5A0C4D) is known color: Tyrian Purple. HEX triplet: 5A, 0C and 4D. RGB value is (90,12,77). Sum of RGB (Red+Green+Blue) = 90+12+77=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0C4D is #A5F3B2. Grayscale: #2A2A2A. Windows color (decimal): -10875827 or 5049434. OLE color: 5049434.

HSL color Cylindrical-coordinate representation of color #5A0C4D: hue angle of 310º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C4D is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 12 77 -
CMYK 0 0.87 0.14 0.65
HSL 310º 0.76% 0.2% -
HSV(B) 310º 0.87% 0.35% -
XYZ 5.69 2.97 7.3 -
YUV 42.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 90 12 77 0 0.87 0.14 0.65 310 0.76 0.2
Hex 5A C 4D 0 57 E 41 136 4C 14
Octal 132 14 115 0 127 16 101 466 114 24
Binary 1011010 1100 1001101 0 1010111 1110 1000001 100110110 1001100 10100

Color Harmonies of #5A0C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C4D

Black with #5A0C4D

Text Example


Text Example

White with #5A0C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,77); }

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

background-color css

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

 a { background-color: rgb(90,12,77); }

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

border-color css

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

 span { border-color: rgb(90,12,77); }

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