Html Css Color HEX #50174F Hot Purple

📋 copy color: '#50174F'

red 80 ◦ green 23 ◦ blue 79

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

Shades of Hot Purple #50174F

Tints of Hot Purple #50174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

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

R = 43.96%
G = 12.64%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50174F (or 0x50174F) is known color: Hot Purple. HEX triplet: 50, 17 and 4F. RGB value is (80,23,79). Sum of RGB (Red+Green+Blue) = 80+23+79=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50174F is #AFE8B0. Grayscale: #2E2E2E. Windows color (decimal): -11528369 or 5183312. OLE color: 5183312.

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

Color convert

RGB 80 23 79 -
CMYK 0 0.71 0.01 0.69
HSL 301.05º 0.55% 0.2% -
HSV(B) 301.05º 0.71% 0.31% -
XYZ 5.03 2.88 7.69 -
YUV 46.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 80 23 79 0 0.71 0.01 0.69 301.05 0.55 0.2
Hex 50 17 4F 0 47 1 45 12D 37 14
Octal 120 27 117 0 107 1 105 455 67 24
Binary 1010000 10111 1001111 0 1000111 1 1000101 100101101 110111 10100

Color Harmonies of #50174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50174F

Black with #50174F

Text Example


Text Example

White with #50174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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