Html Css Color HEX #500056 Hot Purple

📋 copy color: '#500056'

red 80 ◦ green 0 ◦ blue 86

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

Shades of Hot Purple #500056

Tints of Hot Purple #500056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.19%
G = 0%
B = 51.81%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#500056 (or 0x500056) is known color: Hot Purple. HEX triplet: 50, 00 and 56. RGB value is (80,0,86). Sum of RGB (Red+Green+Blue) = 80+0+86=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #500056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500056 is #AFFFA9. Grayscale: #212121. Windows color (decimal): -11534250 or 5636176. OLE color: 5636176.

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

Color convert

RGB 80 0 86 -
CMYK 0.07 1 0 0.66
HSL 295.81º 1% 0.17% -
HSV(B) 295.81º 1% 0.34% -
XYZ 4.99 2.38 9 -
YUV 33.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 80 0 86 0.07 1 0 0.66 295.81 1 0.17
Hex 50 0 56 7 64 0 42 128 64 11
Octal 120 0 126 7 144 0 102 450 144 21
Binary 1010000 0 1010110 111 1100100 0 1000010 100101000 1100100 10001

Color Harmonies of #500056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500056

Black with #500056

Text Example


Text Example

White with #500056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500056; }

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

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

background-color css

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

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

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

border-color css

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

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

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