Html Css Color HEX #502950 Hot Purple

📋 copy color: '#502950'

red 80 ◦ green 41 ◦ blue 80

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

Shades of Hot Purple #502950

Tints of Hot Purple #502950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

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

R = 39.8%
G = 20.4%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#502950 (or 0x502950) is known color: Hot Purple. HEX triplet: 50, 29 and 50. RGB value is (80,41,80). Sum of RGB (Red+Green+Blue) = 80+41+80=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502950 is #AFD6AF. Grayscale: #383838. Windows color (decimal): -11523760 or 5253456. OLE color: 5253456.

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

Color convert

RGB 80 41 80 -
CMYK 0 0.49 0 0.69
HSL 300º 0.32% 0.24% -
HSV(B) 300º 0.49% 0.31% -
XYZ 5.55 3.87 8.04 -
YUV 57.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 80 41 80 0 0.49 0 0.69 300 0.32 0.24
Hex 50 29 50 0 31 0 45 12C 20 18
Octal 120 51 120 0 61 0 105 454 40 30
Binary 1010000 101001 1010000 0 110001 0 1000101 100101100 100000 11000

Color Harmonies of #502950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502950

Black with #502950

Text Example


Text Example

White with #502950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502950; }

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

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

background-color css

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

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

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

border-color css

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

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

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