Html Css Color HEX #50145B Hot Purple

📋 copy color: '#50145B'

red 80 ◦ green 20 ◦ blue 91

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

Shades of Hot Purple #50145B

Tints of Hot Purple #50145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

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

R = 41.88%
G = 10.47%
B = 47.64%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50145B (or 0x50145B) is known color: Hot Purple. HEX triplet: 50, 14 and 5B. RGB value is (80,20,91). Sum of RGB (Red+Green+Blue) = 80+20+91=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #50145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50145B is #AFEBA4. Grayscale: #2D2D2D. Windows color (decimal): -11529125 or 5968976. OLE color: 5968976.

HSL color Cylindrical-coordinate representation of color #50145B: hue angle of 290.7º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50145B is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 20 91 -
CMYK 0.12 0.78 0 0.64
HSL 290.7º 0.64% 0.22% -
HSV(B) 290.7º 0.78% 0.36% -
XYZ 5.45 2.96 10.18 -
YUV 46.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 80 20 91 0.12 0.78 0 0.64 290.7 0.64 0.22
Hex 50 14 5B C 4E 0 40 123 40 16
Octal 120 24 133 14 116 0 100 443 100 26
Binary 1010000 10100 1011011 1100 1001110 0 1000000 100100011 1000000 10110

Color Harmonies of #50145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50145B

Black with #50145B

Text Example


Text Example

White with #50145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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