Html Css Color HEX #502357 Hot Purple

📋 copy color: '#502357'

red 80 ◦ green 35 ◦ blue 87

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

Shades of Hot Purple #502357

Tints of Hot Purple #502357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 39.6%
G = 17.33%
B = 43.07%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#502357 (or 0x502357) is known color: Hot Purple. HEX triplet: 50, 23 and 57. RGB value is (80,35,87). Sum of RGB (Red+Green+Blue) = 80+35+87=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #502357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502357 is #AFDCA8. Grayscale: #363636. Windows color (decimal): -11525289 or 5710672. OLE color: 5710672.

HSL color Cylindrical-coordinate representation of color #502357: hue angle of 291.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502357 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 35 87 -
CMYK 0.08 0.60 0 0.66
HSL 291.92º 0.43% 0.24% -
HSV(B) 291.92º 0.6% 0.34% -
XYZ 5.63 3.6 9.41 -
YUV 54.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 80 35 87 0.08 0.60 0 0.66 291.92 0.43 0.24
Hex 50 23 57 8 3C 0 42 124 2B 18
Octal 120 43 127 10 74 0 102 444 53 30
Binary 1010000 100011 1010111 1000 111100 0 1000010 100100100 101011 11000

Color Harmonies of #502357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502357

Black with #502357

Text Example


Text Example

White with #502357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502357; }

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

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

background-color css

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

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

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

border-color css

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

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

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