Html Css Color HEX #50174D Hot Purple

📋 copy color: '#50174D'

red 80 ◦ green 23 ◦ blue 77

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

Shades of Hot Purple #50174D

Tints of Hot Purple #50174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.78%

R = 44.44%
G = 12.78%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#50174D (or 0x50174D) is known color: Hot Purple. HEX triplet: 50, 17 and 4D. RGB value is (80,23,77). Sum of RGB (Red+Green+Blue) = 80+23+77=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50174D is #AFE8B2. Grayscale: #2E2E2E. Windows color (decimal): -11528371 or 5052240. OLE color: 5052240.

HSL color Cylindrical-coordinate representation of color #50174D: hue angle of 303.16º 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 #50174D is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 77 -
CMYK 0 0.71 0.04 0.69
HSL 303.16º 0.55% 0.2% -
HSV(B) 303.16º 0.71% 0.31% -
XYZ 4.95 2.85 7.31 -
YUV 46.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 80 23 77 0 0.71 0.04 0.69 303.16 0.55 0.2
Hex 50 17 4D 0 47 4 45 12F 37 14
Octal 120 27 115 0 107 4 105 457 67 24
Binary 1010000 10111 1001101 0 1000111 100 1000101 100101111 110111 10100

Color Harmonies of #50174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50174D

Black with #50174D

Text Example


Text Example

White with #50174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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