Html Css Color HEX #502756 Hot Purple

📋 copy color: '#502756'

red 80 ◦ green 39 ◦ blue 86

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

Shades of Hot Purple #502756

Tints of Hot Purple #502756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 39.02%
G = 19.02%
B = 41.95%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#502756 (or 0x502756) is known color: Hot Purple. HEX triplet: 50, 27 and 56. RGB value is (80,39,86). Sum of RGB (Red+Green+Blue) = 80+39+86=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #502756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502756 is #AFD8A9. Grayscale: #383838. Windows color (decimal): -11524266 or 5646160. OLE color: 5646160.

HSL color Cylindrical-coordinate representation of color #502756: hue angle of 292.34º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502756 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 39 86 -
CMYK 0.07 0.55 0 0.66
HSL 292.34º 0.38% 0.25% -
HSV(B) 292.34º 0.55% 0.34% -
XYZ 5.71 3.83 9.24 -
YUV 56.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 80 39 86 0.07 0.55 0 0.66 292.34 0.38 0.25
Hex 50 27 56 7 37 0 42 124 26 19
Octal 120 47 126 7 67 0 102 444 46 31
Binary 1010000 100111 1010110 111 110111 0 1000010 100100100 100110 11001

Color Harmonies of #502756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502756

Black with #502756

Text Example


Text Example

White with #502756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502756; }

 p { color: rgb(80,39,86); }

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

background-color css

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

 a { background-color: rgb(80,39,86); }

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

border-color css

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

 span { border-color: rgb(80,39,86); }

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