Html Css Color HEX #502E50 Hot Purple

📋 copy color: '#502E50'

red 80 ◦ green 46 ◦ blue 80

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

Shades of Hot Purple #502E50

Tints of Hot Purple #502E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 38.83%
G = 22.33%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#502E50 (or 0x502E50) is known color: Hot Purple. HEX triplet: 50, 2E and 50. RGB value is (80,46,80). Sum of RGB (Red+Green+Blue) = 80+46+80=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E50 is #AFD1AF. Grayscale: #3B3B3B. Windows color (decimal): -11522480 or 5254736. OLE color: 5254736.

HSL color Cylindrical-coordinate representation of color #502E50: hue angle of 300º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E50 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 80 -
CMYK 0 0.42 0 0.69
HSL 300º 0.27% 0.25% -
HSV(B) 300º 0.43% 0.31% -
XYZ 5.73 4.24 8.11 -
YUV 60.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 80 46 80 0 0.42 0 0.69 300 0.27 0.25
Hex 50 2E 50 0 2A 0 45 12C 1B 19
Octal 120 56 120 0 52 0 105 454 33 31
Binary 1010000 101110 1010000 0 101010 0 1000101 100101100 11011 11001

Color Harmonies of #502E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E50

Black with #502E50

Text Example


Text Example

White with #502E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E50; }

 p { color: rgb(80,46,80); }

 H1.HeaderClassName
 {
   color: #502E50;
 }
 .AnyTagClassName
 {
   color: #502E50;
 }
</style>

background-color css

<style>
 a { background-color: #502E50; }

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

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

border-color css

<style>
 span { border-color: #502E50; }

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

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