Html Css Color HEX #50215B Hot Purple

📋 copy color: '#50215B'

red 80 ◦ green 33 ◦ blue 91

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

Shades of Hot Purple #50215B

Tints of Hot Purple #50215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 39.22%
G = 16.18%
B = 44.61%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50215B (or 0x50215B) is known color: Hot Purple. HEX triplet: 50, 21 and 5B. RGB value is (80,33,91). Sum of RGB (Red+Green+Blue) = 80+33+91=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #50215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50215B is #AFDEA4. Grayscale: #353535. Windows color (decimal): -11525797 or 5972304. OLE color: 5972304.

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

Color convert

RGB 80 33 91 -
CMYK 0.12 0.64 0 0.64
HSL 288.62º 0.47% 0.24% -
HSV(B) 288.62º 0.64% 0.36% -
XYZ 5.74 3.55 10.28 -
YUV 53.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 80 33 91 0.12 0.64 0 0.64 288.62 0.47 0.24
Hex 50 21 5B C 40 0 40 121 2F 18
Octal 120 41 133 14 100 0 100 441 57 30
Binary 1010000 100001 1011011 1100 1000000 0 1000000 100100001 101111 11000

Color Harmonies of #50215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50215B

Black with #50215B

Text Example


Text Example

White with #50215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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