Html Css Color HEX #502D50 Hot Purple

📋 copy color: '#502D50'

red 80 ◦ green 45 ◦ blue 80

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

Shades of Hot Purple #502D50

Tints of Hot Purple #502D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.95%

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

R = 39.02%
G = 21.95%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#502D50 (or 0x502D50) is known color: Hot Purple. HEX triplet: 50, 2D and 50. RGB value is (80,45,80). Sum of RGB (Red+Green+Blue) = 80+45+80=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D50 is #AFD2AF. Grayscale: #3B3B3B. Windows color (decimal): -11522736 or 5254480. OLE color: 5254480.

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

Color convert

RGB 80 45 80 -
CMYK 0 0.44 0 0.69
HSL 300º 0.28% 0.25% -
HSV(B) 300º 0.44% 0.31% -
XYZ 5.69 4.16 8.09 -
YUV 59.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 80 45 80 0 0.44 0 0.69 300 0.28 0.25
Hex 50 2D 50 0 2C 0 45 12C 1C 19
Octal 120 55 120 0 54 0 105 454 34 31
Binary 1010000 101101 1010000 0 101100 0 1000101 100101100 11100 11001

Color Harmonies of #502D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D50

Black with #502D50

Text Example


Text Example

White with #502D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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