Html Css Color HEX #50084F Hot Purple

📋 copy color: '#50084F'

red 80 ◦ green 8 ◦ blue 79

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

Shades of Hot Purple #50084F

Tints of Hot Purple #50084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 47.9%
G = 4.79%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50084F (or 0x50084F) is known color: Hot Purple. HEX triplet: 50, 08 and 4F. RGB value is (80,8,79). Sum of RGB (Red+Green+Blue) = 80+8+79=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50084F is #AFF7B0. Grayscale: #252525. Windows color (decimal): -11532209 or 5179472. OLE color: 5179472.

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

Color convert

RGB 80 8 79 -
CMYK 0 0.90 0.01 0.69
HSL 300.83º 0.82% 0.17% -
HSV(B) 300.83º 0.9% 0.31% -
XYZ 4.81 2.44 7.62 -
YUV 37.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 80 8 79 0 0.90 0.01 0.69 300.83 0.82 0.17
Hex 50 8 4F 0 5A 1 45 12D 52 11
Octal 120 10 117 0 132 1 105 455 122 21
Binary 1010000 1000 1001111 0 1011010 1 1000101 100101101 1010010 10001

Color Harmonies of #50084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50084F

Black with #50084F

Text Example


Text Example

White with #50084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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