Html Css Color HEX #502F59 Hot Purple

📋 copy color: '#502F59'

red 80 ◦ green 47 ◦ blue 89

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

Shades of Hot Purple #502F59

Tints of Hot Purple #502F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 37.04%
G = 21.76%
B = 41.2%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502F59 (or 0x502F59) is known color: Hot Purple. HEX triplet: 50, 2F and 59. RGB value is (80,47,89). Sum of RGB (Red+Green+Blue) = 80+47+89=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #502F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F59 is #AFD0A6. Grayscale: #3D3D3D. Windows color (decimal): -11522215 or 5844816. OLE color: 5844816.

HSL color Cylindrical-coordinate representation of color #502F59: hue angle of 287.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502F59 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 47 89 -
CMYK 0.10 0.47 0 0.65
HSL 287.14º 0.31% 0.27% -
HSV(B) 287.14º 0.47% 0.35% -
XYZ 6.13 4.46 9.99 -
YUV 61.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 80 47 89 0.10 0.47 0 0.65 287.14 0.31 0.27
Hex 50 2F 59 A 2F 0 41 11F 1F 1B
Octal 120 57 131 12 57 0 101 437 37 33
Binary 1010000 101111 1011001 1010 101111 0 1000001 100011111 11111 11011

Color Harmonies of #502F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F59

Black with #502F59

Text Example


Text Example

White with #502F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,47,89); }

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

background-color css

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

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

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

border-color css

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

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

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