Html Css Color HEX #50215A Hot Purple

📋 copy color: '#50215A'

red 80 ◦ green 33 ◦ blue 90

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

Shades of Hot Purple #50215A

Tints of Hot Purple #50215A

RGB

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

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

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

R = 39.41%
G = 16.26%
B = 44.33%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50215A (or 0x50215A) is known color: Hot Purple. HEX triplet: 50, 21 and 5A. RGB value is (80,33,90). Sum of RGB (Red+Green+Blue) = 80+33+90=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #50215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50215A is #AFDEA5. Grayscale: #353535. Windows color (decimal): -11525798 or 5906768. OLE color: 5906768.

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

Color convert

RGB 80 33 90 -
CMYK 0.11 0.63 0 0.65
HSL 289.47º 0.46% 0.24% -
HSV(B) 289.47º 0.63% 0.35% -
XYZ 5.7 3.53 10.05 -
YUV 53.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 80 33 90 0.11 0.63 0 0.65 289.47 0.46 0.24
Hex 50 21 5A B 3F 0 41 121 2E 18
Octal 120 41 132 13 77 0 101 441 56 30
Binary 1010000 100001 1011010 1011 111111 0 1000001 100100001 101110 11000

Color Harmonies of #50215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50215A

Black with #50215A

Text Example


Text Example

White with #50215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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