Html Css Color HEX #50044F Hot Purple

📋 copy color: '#50044F'

red 80 ◦ green 4 ◦ blue 79

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

Shades of Hot Purple #50044F

Tints of Hot Purple #50044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

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

R = 49.08%
G = 2.45%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50044F (or 0x50044F) is known color: Hot Purple. HEX triplet: 50, 04 and 4F. RGB value is (80,4,79). Sum of RGB (Red+Green+Blue) = 80+4+79=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50044F is #AFFBB0. Grayscale: #232323. Windows color (decimal): -11533233 or 5178448. OLE color: 5178448.

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

Color convert

RGB 80 4 79 -
CMYK 0 0.95 0.01 0.69
HSL 300.79º 0.9% 0.16% -
HSV(B) 300.79º 0.95% 0.31% -
XYZ 4.76 2.36 7.6 -
YUV 35.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 80 4 79 0 0.95 0.01 0.69 300.79 0.9 0.16
Hex 50 4 4F 0 5F 1 45 12D 5A 10
Octal 120 4 117 0 137 1 105 455 132 20
Binary 1010000 100 1001111 0 1011111 1 1000101 100101101 1011010 10000

Color Harmonies of #50044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50044F

Black with #50044F

Text Example


Text Example

White with #50044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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