Html Css Color HEX #50205C Hot Purple

📋 copy color: '#50205C'

red 80 ◦ green 32 ◦ blue 92

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

Shades of Hot Purple #50205C

Tints of Hot Purple #50205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

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

R = 39.22%
G = 15.69%
B = 45.1%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50205C (or 0x50205C) is known color: Hot Purple. HEX triplet: 50, 20 and 5C. RGB value is (80,32,92). Sum of RGB (Red+Green+Blue) = 80+32+92=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #50205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50205C is #AFDFA3. Grayscale: #343434. Windows color (decimal): -11526052 or 6037584. OLE color: 6037584.

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

Color convert

RGB 80 32 92 -
CMYK 0.13 0.65 0 0.64
HSL 288º 0.48% 0.24% -
HSV(B) 288º 0.65% 0.36% -
XYZ 5.76 3.51 10.5 -
YUV 53.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 80 32 92 0.13 0.65 0 0.64 288 0.48 0.24
Hex 50 20 5C D 41 0 40 120 30 18
Octal 120 40 134 15 101 0 100 440 60 30
Binary 1010000 100000 1011100 1101 1000001 0 1000000 100100000 110000 11000

Color Harmonies of #50205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50205C

Black with #50205C

Text Example


Text Example

White with #50205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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