Html Css Color HEX #502157 Hot Purple

📋 copy color: '#502157'

red 80 ◦ green 33 ◦ blue 87

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

Shades of Hot Purple #502157

Tints of Hot Purple #502157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 40%
G = 16.5%
B = 43.5%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#502157 (or 0x502157) is known color: Hot Purple. HEX triplet: 50, 21 and 57. RGB value is (80,33,87). Sum of RGB (Red+Green+Blue) = 80+33+87=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #502157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502157 is #AFDEA8. Grayscale: #353535. Windows color (decimal): -11525801 or 5710160. OLE color: 5710160.

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

Color convert

RGB 80 33 87 -
CMYK 0.08 0.62 0 0.66
HSL 292.22º 0.45% 0.24% -
HSV(B) 292.22º 0.62% 0.34% -
XYZ 5.57 3.48 9.4 -
YUV 53.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 80 33 87 0.08 0.62 0 0.66 292.22 0.45 0.24
Hex 50 21 57 8 3E 0 42 124 2D 18
Octal 120 41 127 10 76 0 102 444 55 30
Binary 1010000 100001 1010111 1000 111110 0 1000010 100100100 101101 11000

Color Harmonies of #502157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502157

Black with #502157

Text Example


Text Example

White with #502157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502157; }

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

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

background-color css

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

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

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

border-color css

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

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

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