Html Css Color HEX #500444 Tyrian Purple

📋 copy color: '#500444'

red 80 ◦ green 4 ◦ blue 68

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

Shades of Tyrian Purple #500444

Tints of Tyrian Purple #500444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 52.63%
G = 2.63%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#500444 (or 0x500444) is known color: Tyrian Purple. HEX triplet: 50, 04 and 44. RGB value is (80,4,68). Sum of RGB (Red+Green+Blue) = 80+4+68=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500444 is #AFFBBB. Grayscale: #212121. Windows color (decimal): -11533244 or 4457552. OLE color: 4457552.

HSL color Cylindrical-coordinate representation of color #500444: hue angle of 309.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500444 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 4 68 -
CMYK 0 0.95 0.15 0.69
HSL 309.47º 0.9% 0.16% -
HSV(B) 309.47º 0.95% 0.31% -
XYZ 4.4 2.21 5.66 -
YUV 34.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 80 4 68 0 0.95 0.15 0.69 309.47 0.9 0.16
Hex 50 4 44 0 5F F 45 135 5A 10
Octal 120 4 104 0 137 17 105 465 132 20
Binary 1010000 100 1000100 0 1011111 1111 1000101 100110101 1011010 10000

Color Harmonies of #500444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500444

Black with #500444

Text Example


Text Example

White with #500444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500444; }

 p { color: rgb(80,4,68); }

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

background-color css

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

 a { background-color: rgb(80,4,68); }

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

border-color css

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

 span { border-color: rgb(80,4,68); }

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