Html Css Color HEX #50012F Tyrian Purple

📋 copy color: '#50012F'

red 80 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #50012F

Tints of Tyrian Purple #50012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 62.5%
G = 0.78%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50012F (or 0x50012F) is known color: Tyrian Purple. HEX triplet: 50, 01 and 2F. RGB value is (80,1,47). Sum of RGB (Red+Green+Blue) = 80+1+47=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50012F is #AFFED0. Grayscale: #1D1D1D. Windows color (decimal): -11534033 or 3080528. OLE color: 3080528.

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

Color convert

RGB 80 1 47 -
CMYK 0 0.99 0.41 0.69
HSL 325.06º 0.98% 0.16% -
HSV(B) 325.06º 0.99% 0.31% -
XYZ 3.83 1.93 2.86 -
YUV 29.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 80 1 47 0 0.99 0.41 0.69 325.06 0.98 0.16
Hex 50 1 2F 0 63 29 45 145 62 10
Octal 120 1 57 0 143 51 105 505 142 20
Binary 1010000 1 101111 0 1100011 101001 1000101 101000101 1100010 10000

Color Harmonies of #50012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50012F

Black with #50012F

Text Example


Text Example

White with #50012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50012F; }

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

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

background-color css

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

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

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

border-color css

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

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

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