Html Css Color HEX #500146 Tyrian Purple

📋 copy color: '#500146'

red 80 ◦ green 1 ◦ blue 70

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

Shades of Tyrian Purple #500146

Tints of Tyrian Purple #500146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.36%

R = 52.98%
G = 0.66%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#500146 (or 0x500146) is known color: Tyrian Purple. HEX triplet: 50, 01 and 46. RGB value is (80,1,70). Sum of RGB (Red+Green+Blue) = 80+1+70=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #500146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500146 is #AFFEB9. Grayscale: #202020. Windows color (decimal): -11534010 or 4587856. OLE color: 4587856.

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

Color convert

RGB 80 1 70 -
CMYK 0 0.99 0.12 0.69
HSL 307.59º 0.98% 0.16% -
HSV(B) 307.59º 0.99% 0.31% -
XYZ 4.42 2.17 5.98 -
YUV 32.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 80 1 70 0 0.99 0.12 0.69 307.59 0.98 0.16
Hex 50 1 46 0 63 C 45 134 62 10
Octal 120 1 106 0 143 14 105 464 142 20
Binary 1010000 1 1000110 0 1100011 1100 1000101 100110100 1100010 10000

Color Harmonies of #500146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500146

Black with #500146

Text Example


Text Example

White with #500146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500146; }

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

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

background-color css

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

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

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

border-color css

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

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

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