Html Css Color HEX #50002F Tyrian Purple

📋 copy color: '#50002F'

red 80 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #50002F

Tints of Tyrian Purple #50002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.99%
G = 0%
B = 37.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50002F (or 0x50002F) is known color: Tyrian Purple. HEX triplet: 50, 00 and 2F. RGB value is (80,0,47). Sum of RGB (Red+Green+Blue) = 80+0+47=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002F is #AFFFD0. Grayscale: #1D1D1D. Windows color (decimal): -11534289 or 3080272. OLE color: 3080272.

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

Color convert

RGB 80 0 47 -
CMYK 0 1 0.41 0.69
HSL 324.75º 1% 0.16% -
HSV(B) 324.75º 1% 0.31% -
XYZ 3.82 1.91 2.86 -
YUV 29.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 80 0 47 0 1 0.41 0.69 324.75 1 0.16
Hex 50 0 2F 0 64 29 45 145 64 10
Octal 120 0 57 0 144 51 105 505 144 20
Binary 1010000 0 101111 0 1100100 101001 1000101 101000101 1100100 10000

Color Harmonies of #50002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50002F

Black with #50002F

Text Example


Text Example

White with #50002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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