Html Css Color HEX #50015A Hot Purple

📋 copy color: '#50015A'

red 80 ◦ green 1 ◦ blue 90

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

Shades of Hot Purple #50015A

Tints of Hot Purple #50015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 46.78%
G = 0.58%
B = 52.63%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50015A (or 0x50015A) is known color: Hot Purple. HEX triplet: 50, 01 and 5A. RGB value is (80,1,90). Sum of RGB (Red+Green+Blue) = 80+1+90=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #50015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50015A is #AFFEA5. Grayscale: #222222. Windows color (decimal): -11533990 or 5898576. OLE color: 5898576.

HSL color Cylindrical-coordinate representation of color #50015A: hue angle of 293.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50015A is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 1 90 -
CMYK 0.11 0.99 0 0.65
HSL 293.26º 0.98% 0.18% -
HSV(B) 293.26º 0.99% 0.35% -
XYZ 5.16 2.47 9.88 -
YUV 34.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 80 1 90 0.11 0.99 0 0.65 293.26 0.98 0.18
Hex 50 1 5A B 63 0 41 125 62 12
Octal 120 1 132 13 143 0 101 445 142 22
Binary 1010000 1 1011010 1011 1100011 0 1000001 100100101 1100010 10010

Color Harmonies of #50015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50015A

Black with #50015A

Text Example


Text Example

White with #50015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50015A; }

 p { color: rgb(80,1,90); }

 H1.HeaderClassName
 {
   color: #50015A;
 }
 .AnyTagClassName
 {
   color: #50015A;
 }
</style>

background-color css

<style>
 a { background-color: #50015A; }

 a { background-color: rgb(80,1,90); }

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

border-color css

<style>
 span { border-color: #50015A; }

 span { border-color: rgb(80,1,90); }

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