Html Css Color HEX #50022F Tyrian Purple

📋 copy color: '#50022F'

red 80 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #50022F

Tints of Tyrian Purple #50022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

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

R = 62.02%
G = 1.55%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#50022F (or 0x50022F) is known color: Tyrian Purple. HEX triplet: 50, 02 and 2F. RGB value is (80,2,47). Sum of RGB (Red+Green+Blue) = 80+2+47=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50022F is #AFFDD0. Grayscale: #1E1E1E. Windows color (decimal): -11533777 or 3080784. OLE color: 3080784.

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

Color convert

RGB 80 2 47 -
CMYK 0 0.98 0.41 0.69
HSL 325.38º 0.95% 0.16% -
HSV(B) 325.38º 0.98% 0.31% -
XYZ 3.84 1.95 2.86 -
YUV 30.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 80 2 47 0 0.98 0.41 0.69 325.38 0.95 0.16
Hex 50 2 2F 0 62 29 45 145 5F 10
Octal 120 2 57 0 142 51 105 505 137 20
Binary 1010000 10 101111 0 1100010 101001 1000101 101000101 1011111 10000

Color Harmonies of #50022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50022F

Black with #50022F

Text Example


Text Example

White with #50022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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