Html Css Color HEX #50185B Hot Purple

📋 copy color: '#50185B'

red 80 ◦ green 24 ◦ blue 91

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

Shades of Hot Purple #50185B

Tints of Hot Purple #50185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 41.03%
G = 12.31%
B = 46.67%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50185B (or 0x50185B) is known color: Hot Purple. HEX triplet: 50, 18 and 5B. RGB value is (80,24,91). Sum of RGB (Red+Green+Blue) = 80+24+91=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #50185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185B is #AFE7A4. Grayscale: #303030. Windows color (decimal): -11528101 or 5970000. OLE color: 5970000.

HSL color Cylindrical-coordinate representation of color #50185B: hue angle of 290.15º degrees, saturation: 0.58, 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 #50185B is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 24 91 -
CMYK 0.12 0.74 0 0.64
HSL 290.15º 0.58% 0.23% -
HSV(B) 290.15º 0.74% 0.36% -
XYZ 5.52 3.11 10.21 -
YUV 48.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 80 24 91 0.12 0.74 0 0.64 290.15 0.58 0.23
Hex 50 18 5B C 4A 0 40 122 3A 17
Octal 120 30 133 14 112 0 100 442 72 27
Binary 1010000 11000 1011011 1100 1001010 0 1000000 100100010 111010 10111

Color Harmonies of #50185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50185B

Black with #50185B

Text Example


Text Example

White with #50185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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