Html Css Color HEX #500247 Tyrian Purple

📋 copy color: '#500247'

red 80 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #500247

Tints of Tyrian Purple #500247

RGB

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

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

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

R = 52.29%
G = 1.31%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#500247 (or 0x500247) is known color: Tyrian Purple. HEX triplet: 50, 02 and 47. RGB value is (80,2,71). Sum of RGB (Red+Green+Blue) = 80+2+71=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500247 is #AFFDB8. Grayscale: #202020. Windows color (decimal): -11533753 or 4653648. OLE color: 4653648.

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

Color convert

RGB 80 2 71 -
CMYK 0 0.98 0.11 0.69
HSL 306.92º 0.95% 0.16% -
HSV(B) 306.92º 0.98% 0.31% -
XYZ 4.47 2.2 6.15 -
YUV 33.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 80 2 71 0 0.98 0.11 0.69 306.92 0.95 0.16
Hex 50 2 47 0 62 B 45 133 5F 10
Octal 120 2 107 0 142 13 105 463 137 20
Binary 1010000 10 1000111 0 1100010 1011 1000101 100110011 1011111 10000

Color Harmonies of #500247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500247

Black with #500247

Text Example


Text Example

White with #500247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500247; }

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

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

background-color css

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

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

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

border-color css

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

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

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