Html Css Color HEX #502359 Hot Purple

📋 copy color: '#502359'

red 80 ◦ green 35 ◦ blue 89

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

Shades of Hot Purple #502359

Tints of Hot Purple #502359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 39.22%
G = 17.16%
B = 43.63%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502359 (or 0x502359) is known color: Hot Purple. HEX triplet: 50, 23 and 59. RGB value is (80,35,89). Sum of RGB (Red+Green+Blue) = 80+35+89=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #502359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502359 is #AFDCA6. Grayscale: #363636. Windows color (decimal): -11525287 or 5841744. OLE color: 5841744.

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

Color convert

RGB 80 35 89 -
CMYK 0.10 0.61 0 0.65
HSL 290º 0.44% 0.24% -
HSV(B) 290º 0.61% 0.35% -
XYZ 5.71 3.63 9.85 -
YUV 54.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 80 35 89 0.10 0.61 0 0.65 290 0.44 0.24
Hex 50 23 59 A 3D 0 41 122 2C 18
Octal 120 43 131 12 75 0 101 442 54 30
Binary 1010000 100011 1011001 1010 111101 0 1000001 100100010 101100 11000

Color Harmonies of #502359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502359

Black with #502359

Text Example


Text Example

White with #502359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502359; }

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

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

background-color css

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

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

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

border-color css

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

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

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