Html Css Color HEX #50144F Hot Purple

📋 copy color: '#50144F'

red 80 ◦ green 20 ◦ blue 79

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

Shades of Hot Purple #50144F

Tints of Hot Purple #50144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

 BLUE value IS 79 (31.25% from 255) = 44.13%

R = 44.69%
G = 11.17%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50144F (or 0x50144F) is known color: Hot Purple. HEX triplet: 50, 14 and 4F. RGB value is (80,20,79). Sum of RGB (Red+Green+Blue) = 80+20+79=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50144F is #AFEBB0. Grayscale: #2C2C2C. Windows color (decimal): -11529137 or 5182544. OLE color: 5182544.

HSL color Cylindrical-coordinate representation of color #50144F: hue angle of 301º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50144F is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 79 -
CMYK 0 0.75 0.01 0.69
HSL 301º 0.6% 0.2% -
HSV(B) 301º 0.75% 0.31% -
XYZ 4.97 2.77 7.67 -
YUV 44.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 80 20 79 0 0.75 0.01 0.69 301 0.6 0.2
Hex 50 14 4F 0 4B 1 45 12D 3C 14
Octal 120 24 117 0 113 1 105 455 74 24
Binary 1010000 10100 1001111 0 1001011 1 1000101 100101101 111100 10100

Color Harmonies of #50144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50144F

Black with #50144F

Text Example


Text Example

White with #50144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,20,79); }

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

background-color css

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

 a { background-color: rgb(80,20,79); }

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

border-color css

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

 span { border-color: rgb(80,20,79); }

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