Html Css Color HEX #50135B Hot Purple

📋 copy color: '#50135B'

red 80 ◦ green 19 ◦ blue 91

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

Shades of Hot Purple #50135B

Tints of Hot Purple #50135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

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

R = 42.11%
G = 10%
B = 47.89%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50135B (or 0x50135B) is known color: Hot Purple. HEX triplet: 50, 13 and 5B. RGB value is (80,19,91). Sum of RGB (Red+Green+Blue) = 80+19+91=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #50135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50135B is #AFECA4. Grayscale: #2D2D2D. Windows color (decimal): -11529381 or 5968720. OLE color: 5968720.

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

Color convert

RGB 80 19 91 -
CMYK 0.12 0.79 0 0.64
HSL 290.83º 0.65% 0.22% -
HSV(B) 290.83º 0.79% 0.36% -
XYZ 5.43 2.93 10.18 -
YUV 45.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 80 19 91 0.12 0.79 0 0.64 290.83 0.65 0.22
Hex 50 13 5B C 4F 0 40 123 41 16
Octal 120 23 133 14 117 0 100 443 101 26
Binary 1010000 10011 1011011 1100 1001111 0 1000000 100100011 1000001 10110

Color Harmonies of #50135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50135B

Black with #50135B

Text Example


Text Example

White with #50135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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