Html Css Color HEX #502E4F Hot Purple

📋 copy color: '#502E4F'

red 80 ◦ green 46 ◦ blue 79

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

Shades of Hot Purple #502E4F

Tints of Hot Purple #502E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 39.02%
G = 22.44%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#502E4F (or 0x502E4F) is known color: Hot Purple. HEX triplet: 50, 2E and 4F. RGB value is (80,46,79). Sum of RGB (Red+Green+Blue) = 80+46+79=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #502E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E4F is #AFD1B0. Grayscale: #3B3B3B. Windows color (decimal): -11522481 or 5189200. OLE color: 5189200.

HSL color Cylindrical-coordinate representation of color #502E4F: hue angle of 301.76º 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 #502E4F is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 79 -
CMYK 0 0.42 0.01 0.69
HSL 301.76º 0.27% 0.25% -
HSV(B) 301.76º 0.43% 0.31% -
XYZ 5.7 4.22 7.91 -
YUV 59.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 80 46 79 0 0.42 0.01 0.69 301.76 0.27 0.25
Hex 50 2E 4F 0 2A 1 45 12E 1B 19
Octal 120 56 117 0 52 1 105 456 33 31
Binary 1010000 101110 1001111 0 101010 1 1000101 100101110 11011 11001

Color Harmonies of #502E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E4F

Black with #502E4F

Text Example


Text Example

White with #502E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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