Html Css Color HEX #50115C Hot Purple

📋 copy color: '#50115C'

red 80 ◦ green 17 ◦ blue 92

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

Shades of Hot Purple #50115C

Tints of Hot Purple #50115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 42.33%
G = 8.99%
B = 48.68%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50115C (or 0x50115C) is known color: Hot Purple. HEX triplet: 50, 11 and 5C. RGB value is (80,17,92). Sum of RGB (Red+Green+Blue) = 80+17+92=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #50115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50115C is #AFEEA3. Grayscale: #2C2C2C. Windows color (decimal): -11529892 or 6033744. OLE color: 6033744.

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

Color convert

RGB 80 17 92 -
CMYK 0.13 0.82 0 0.64
HSL 290.4º 0.69% 0.21% -
HSV(B) 290.4º 0.82% 0.36% -
XYZ 5.44 2.88 10.39 -
YUV 44.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 80 17 92 0.13 0.82 0 0.64 290.4 0.69 0.21
Hex 50 11 5C D 52 0 40 122 45 15
Octal 120 21 134 15 122 0 100 442 105 25
Binary 1010000 10001 1011100 1101 1010010 0 1000000 100100010 1000101 10101

Color Harmonies of #50115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50115C

Black with #50115C

Text Example


Text Example

White with #50115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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