Html Css Color HEX #502A4F Hot Purple

📋 copy color: '#502A4F'

red 80 ◦ green 42 ◦ blue 79

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

Shades of Hot Purple #502A4F

Tints of Hot Purple #502A4F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.9%

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

R = 39.8%
G = 20.9%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#502A4F (or 0x502A4F) is known color: Hot Purple. HEX triplet: 50, 2A and 4F. RGB value is (80,42,79). Sum of RGB (Red+Green+Blue) = 80+42+79=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #502A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A4F is #AFD5B0. Grayscale: #393939. Windows color (decimal): -11523505 or 5188176. OLE color: 5188176.

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

Color convert

RGB 80 42 79 -
CMYK 0 0.48 0.01 0.69
HSL 301.58º 0.31% 0.24% -
HSV(B) 301.58º 0.48% 0.31% -
XYZ 5.55 3.93 7.86 -
YUV 57.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 80 42 79 0 0.48 0.01 0.69 301.58 0.31 0.24
Hex 50 2A 4F 0 30 1 45 12E 1F 18
Octal 120 52 117 0 60 1 105 456 37 30
Binary 1010000 101010 1001111 0 110000 1 1000101 100101110 11111 11000

Color Harmonies of #502A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A4F

Black with #502A4F

Text Example


Text Example

White with #502A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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