Html Css Color HEX #50005B Hot Purple

📋 copy color: '#50005B'

red 80 ◦ green 0 ◦ blue 91

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

Shades of Hot Purple #50005B

Tints of Hot Purple #50005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.78%
G = 0%
B = 53.22%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50005B (or 0x50005B) is known color: Hot Purple. HEX triplet: 50, 00 and 5B. RGB value is (80,0,91). Sum of RGB (Red+Green+Blue) = 80+0+91=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #50005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50005B is #AFFFA4. Grayscale: #222222. Windows color (decimal): -11534245 or 5963856. OLE color: 5963856.

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

Color convert

RGB 80 0 91 -
CMYK 0.12 1 0 0.64
HSL 292.75º 1% 0.18% -
HSV(B) 292.75º 1% 0.36% -
XYZ 5.2 2.46 10.1 -
YUV 34.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 80 0 91 0.12 1 0 0.64 292.75 1 0.18
Hex 50 0 5B C 64 0 40 125 64 12
Octal 120 0 133 14 144 0 100 445 144 22
Binary 1010000 0 1011011 1100 1100100 0 1000000 100100101 1100100 10010

Color Harmonies of #50005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50005B

Black with #50005B

Text Example


Text Example

White with #50005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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