Html Css Color HEX #50094F Hot Purple

📋 copy color: '#50094F'

red 80 ◦ green 9 ◦ blue 79

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

Shades of Hot Purple #50094F

Tints of Hot Purple #50094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 47.62%
G = 5.36%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50094F (or 0x50094F) is known color: Hot Purple. HEX triplet: 50, 09 and 4F. RGB value is (80,9,79). Sum of RGB (Red+Green+Blue) = 80+9+79=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #50094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50094F is #AFF6B0. Grayscale: #262626. Windows color (decimal): -11531953 or 5179728. OLE color: 5179728.

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

Color convert

RGB 80 9 79 -
CMYK 0 0.89 0.01 0.69
HSL 300.85º 0.8% 0.17% -
HSV(B) 300.85º 0.89% 0.31% -
XYZ 4.82 2.47 7.62 -
YUV 38.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 80 9 79 0 0.89 0.01 0.69 300.85 0.8 0.17
Hex 50 9 4F 0 59 1 45 12D 50 11
Octal 120 11 117 0 131 1 105 455 120 21
Binary 1010000 1001 1001111 0 1011001 1 1000101 100101101 1010000 10001

Color Harmonies of #50094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50094F

Black with #50094F

Text Example


Text Example

White with #50094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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