Html Css Color HEX #50115D Hot Purple

📋 copy color: '#50115D'

red 80 ◦ green 17 ◦ blue 93

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

Shades of Hot Purple #50115D

Tints of Hot Purple #50115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

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

R = 42.11%
G = 8.95%
B = 48.95%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50115D (or 0x50115D) is known color: Hot Purple. HEX triplet: 50, 11 and 5D. RGB value is (80,17,93). Sum of RGB (Red+Green+Blue) = 80+17+93=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #50115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50115D is #AFEEA2. Grayscale: #2C2C2C. Windows color (decimal): -11529891 or 6099280. OLE color: 6099280.

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

Color convert

RGB 80 17 93 -
CMYK 0.14 0.82 0 0.64
HSL 289.74º 0.69% 0.22% -
HSV(B) 289.74º 0.82% 0.36% -
XYZ 5.48 2.9 10.63 -
YUV 44.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 80 17 93 0.14 0.82 0 0.64 289.74 0.69 0.22
Hex 50 11 5D E 52 0 40 122 45 16
Octal 120 21 135 16 122 0 100 442 105 26
Binary 1010000 10001 1011101 1110 1010010 0 1000000 100100010 1000101 10110

Color Harmonies of #50115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50115D

Black with #50115D

Text Example


Text Example

White with #50115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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