Html Css Color HEX #500144 Tyrian Purple

📋 copy color: '#500144'

red 80 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #500144

Tints of Tyrian Purple #500144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 53.69%
G = 0.67%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#500144 (or 0x500144) is known color: Tyrian Purple. HEX triplet: 50, 01 and 44. RGB value is (80,1,68). Sum of RGB (Red+Green+Blue) = 80+1+68=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #500144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500144 is #AFFEBB. Grayscale: #202020. Windows color (decimal): -11534012 or 4456784. OLE color: 4456784.

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

Color convert

RGB 80 1 68 -
CMYK 0 0.99 0.15 0.69
HSL 309.11º 0.98% 0.16% -
HSV(B) 309.11º 0.99% 0.31% -
XYZ 4.36 2.14 5.65 -
YUV 32.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 80 1 68 0 0.99 0.15 0.69 309.11 0.98 0.16
Hex 50 1 44 0 63 F 45 135 62 10
Octal 120 1 104 0 143 17 105 465 142 20
Binary 1010000 1 1000100 0 1100011 1111 1000101 100110101 1100010 10000

Color Harmonies of #500144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500144

Black with #500144

Text Example


Text Example

White with #500144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500144; }

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

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

background-color css

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

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

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

border-color css

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

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

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