Html Css Color HEX #50185D Hot Purple

📋 copy color: '#50185D'

red 80 ◦ green 24 ◦ blue 93

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

Shades of Hot Purple #50185D

Tints of Hot Purple #50185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.18%

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 40.61%
G = 12.18%
B = 47.21%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50185D (or 0x50185D) is known color: Hot Purple. HEX triplet: 50, 18 and 5D. RGB value is (80,24,93). Sum of RGB (Red+Green+Blue) = 80+24+93=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #50185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185D is #AFE7A2. Grayscale: #303030. Windows color (decimal): -11528099 or 6101072. OLE color: 6101072.

HSL color Cylindrical-coordinate representation of color #50185D: hue angle of 288.7º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50185D is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 24 93 -
CMYK 0.14 0.74 0 0.64
HSL 288.7º 0.59% 0.23% -
HSV(B) 288.7º 0.74% 0.36% -
XYZ 5.61 3.15 10.67 -
YUV 48.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 80 24 93 0.14 0.74 0 0.64 288.7 0.59 0.23
Hex 50 18 5D E 4A 0 40 121 3B 17
Octal 120 30 135 16 112 0 100 441 73 27
Binary 1010000 11000 1011101 1110 1001010 0 1000000 100100001 111011 10111

Color Harmonies of #50185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50185D

Black with #50185D

Text Example


Text Example

White with #50185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,24,93); }

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

background-color css

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

 a { background-color: rgb(80,24,93); }

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

border-color css

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

 span { border-color: rgb(80,24,93); }

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