Html Css Color HEX #500147 Tyrian Purple

📋 copy color: '#500147'

red 80 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #500147

Tints of Tyrian Purple #500147

RGB

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

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

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

R = 52.63%
G = 0.66%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#500147 (or 0x500147) is known color: Tyrian Purple. HEX triplet: 50, 01 and 47. RGB value is (80,1,71). Sum of RGB (Red+Green+Blue) = 80+1+71=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500147 is #AFFEB8. Grayscale: #202020. Windows color (decimal): -11534009 or 4653392. OLE color: 4653392.

HSL color Cylindrical-coordinate representation of color #500147: hue angle of 306.84º 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 #500147 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 71 -
CMYK 0 0.99 0.11 0.69
HSL 306.84º 0.98% 0.16% -
HSV(B) 306.84º 0.99% 0.31% -
XYZ 4.46 2.18 6.15 -
YUV 32.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 80 1 71 0 0.99 0.11 0.69 306.84 0.98 0.16
Hex 50 1 47 0 63 B 45 133 62 10
Octal 120 1 107 0 143 13 105 463 142 20
Binary 1010000 1 1000111 0 1100011 1011 1000101 100110011 1100010 10000

Color Harmonies of #500147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500147

Black with #500147

Text Example


Text Example

White with #500147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500147; }

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

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

background-color css

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

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

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

border-color css

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

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

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