Html Css Color HEX #500A45 Tyrian Purple

📋 copy color: '#500A45'

red 80 ◦ green 10 ◦ blue 69

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

Shades of Tyrian Purple #500A45

Tints of Tyrian Purple #500A45

RGB

 RED value IS 80 (31.64% from 255) = 50.31%

 GREEN value IS 10 (4.3% from 255) = 6.29%

 BLUE value IS 69 (27.34% from 255) = 43.4%

R = 50.31%
G = 6.29%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#500A45 (or 0x500A45) is known color: Tyrian Purple. HEX triplet: 50, 0A and 45. RGB value is (80,10,69). Sum of RGB (Red+Green+Blue) = 80+10+69=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #500A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500A45 is #AFF5BA. Grayscale: #252525. Windows color (decimal): -11531707 or 4524624. OLE color: 4524624.

HSL color Cylindrical-coordinate representation of color #500A45: hue angle of 309.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500A45 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 10 69 -
CMYK 0 0.87 0.14 0.69
HSL 309.43º 0.78% 0.18% -
HSV(B) 309.43º 0.88% 0.31% -
XYZ 4.49 2.35 5.85 -
YUV 37.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 80 10 69 0 0.87 0.14 0.69 309.43 0.78 0.18
Hex 50 A 45 0 57 E 45 135 4E 12
Octal 120 12 105 0 127 16 105 465 116 22
Binary 1010000 1010 1000101 0 1010111 1110 1000101 100110101 1001110 10010

Color Harmonies of #500A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A45

Black with #500A45

Text Example


Text Example

White with #500A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500A45; }

 p { color: rgb(80,10,69); }

 H1.HeaderClassName
 {
   color: #500A45;
 }
 .AnyTagClassName
 {
   color: #500A45;
 }
</style>

background-color css

<style>
 a { background-color: #500A45; }

 a { background-color: rgb(80,10,69); }

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

border-color css

<style>
 span { border-color: #500A45; }

 span { border-color: rgb(80,10,69); }

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