Html Css Color HEX #502659 Hot Purple

📋 copy color: '#502659'

red 80 ◦ green 38 ◦ blue 89

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

Shades of Hot Purple #502659

Tints of Hot Purple #502659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

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

R = 38.65%
G = 18.36%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502659 (or 0x502659) is known color: Hot Purple. HEX triplet: 50, 26 and 59. RGB value is (80,38,89). Sum of RGB (Red+Green+Blue) = 80+38+89=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #502659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502659 is #AFD9A6. Grayscale: #383838. Windows color (decimal): -11524519 or 5842512. OLE color: 5842512.

HSL color Cylindrical-coordinate representation of color #502659: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502659 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 38 89 -
CMYK 0.10 0.57 0 0.65
HSL 289.41º 0.4% 0.25% -
HSV(B) 289.41º 0.57% 0.35% -
XYZ 5.8 3.81 9.88 -
YUV 56.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 80 38 89 0.10 0.57 0 0.65 289.41 0.4 0.25
Hex 50 26 59 A 39 0 41 121 28 19
Octal 120 46 131 12 71 0 101 441 50 31
Binary 1010000 100110 1011001 1010 111001 0 1000001 100100001 101000 11001

Color Harmonies of #502659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502659

Black with #502659

Text Example


Text Example

White with #502659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502659; }

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

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

background-color css

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

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

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

border-color css

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

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

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